COLOR #EA75B9

HEX: #EA75B9
RGB: (234,117,185)

Color info

#EA75B9 contains mainly red and blue colors. Web safe color of #EA75B9 is #FF66CC (or #F6C).

RGB color model

#EA75B9 color RGB value is (234,117,185).

  • red value is 234;
  • green value is 117;
  • blue value is 185.
RGB:
(234,117,185)
(92%,46%,73%)

RGB channels and saturation

R 234 of 255 = 92%
G 117 of 255 = 46%
B 185 of 255 = 73%

234
117
185

R + G + B ~ 70%. #EA75B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 117 + 185 = 536 (100%)
R 234 of 536 ~ 43.66%
G 117 of 536 ~ 21.83%
B 185 of 536 ~ 34.51%

%43.66
%21.83
%34.51

CMYK color model

#EA75B9 color CMYK value is (0,50,21,8).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK:
(0,50,21,8)
C0M50Y21K8 
(0%,50%,21%,8%)
(0.00/0.50/0.21/0.08)	

CMYK percentages

%0
%50
%20.94
%8.24

Codes

Color #EA75B9 in popluar color models

EA75B9
RGB234117185
HSL325°73.58%68.82%
HSB/HSV325°50.00%91.76%
CMYK0.00%50.00%20.94%
8.24%

Color #EA75B9 in popluar number systems.

HEXEA75B9
Decimal234117185
Binary11101010111010110111001
Octal352165271

Shades and tints

Shades of #EA75B9

#EA75B9
(234,117,185)
#D56BA9
(213,107,169)
#C06199
(192,97,153)
#AB5789
(171,87,137)
#964D79
(150,77,121)
#814369
(129,67,105)
#6C3959
(108,57,89)
#572F49
(87,47,73)
#422539
(66,37,57)
#2D1B29
(45,27,41)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #EA75B9

#EA75B9
(234,117,185)
#EB81BF
(235,129,191)
#EC8DC5
(236,141,197)
#ED99CB
(237,153,203)
#EEA5D1
(238,165,209)
#EFB1D7
(239,177,215)
#F0BDDD
(240,189,221)
#F1C9E3
(241,201,227)
#F2D5E9
(242,213,233)
#F3E1EF
(243,225,239)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA75B9 color. Also use rgb(234,117,185) instead hex code.

Text Font Color

.myTextColor { color: #EA75B9; }

<p style="color:#EA75B9">This sample text font color is #EA75B9.</p>

This text font color is #EA75B9.


Background Color

.myBgColor { background-color: #EA75B9; }

<div style="background-color:#EA75B9">Inner text</div>

This div background color is #EA75B9.


Border color

.myBorderColor { border: 1px solid #EA75B9; }

<div style="border:3px solid #EA75B9">Div</div>

This div border color is #EA75B9.


Opacity

.myOpacity80 { color: #EA75B9; opacity: 0.8; }

<p style="color:#EA75B9;opacity:0.8;">80%</p>

Text with #EA75B9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EA75B9;}

<p style="text-shadow: 3px 3px 1px #EA75B9">Text here.</p>

This text has shadow with #EA75B9 color.

.textShadow {text-shadow: 3px 3px 1px #EA75B9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EA75B9, 5px 5px 20px red">Text here.</p>

This text has shadow with #EA75B9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EA75B9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EA75B9, Direction=45, Strength=4)">Text</p>

This text has shadow with #EA75B9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EA75B9;
  -webkit-box-shadow:	1px 1px 3px 2px #EA75B9;
  box-shadow:		1px 1px 3px 2px #EA75B9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EA75B9;
-webkit-box-shadow: 1px 1px 3px 2px #EA75B9;
box-shadow:1px 1px 3px 2px #EA75B9;">
Div content here</div>
This div box has shadow with color #EA75B9.

Preview

Color preview on black background

This text has color #EA75B9 on black background.


Color preview on white background

This text has color #EA75B9 on white background.



Black color preview on #EA75B9 background

This text has black color on #EA75B9 background.


White color preview on #EA75B9 background

This text has white color on #EA75B9 background.