Html Css Color HEX #EA5185 Dark Pink

📋 copy color: '#EA5185'

red 234 ◦ green 81 ◦ blue 133

#EA5185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EA5185

Tints of Dark Pink #EA5185

RGB

 RED value IS 234 (91.8% from 255) = 52.23%

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 52.23%
G = 18.08%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA5185 (or 0xEA5185) is known color: Dark Pink. HEX triplet: EA, 51 and 85. RGB value is (234,81,133). Sum of RGB (Red+Green+Blue) = 234+81+133=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5185 is #15AE7A. Grayscale: #848484. Windows color (decimal): -1420923 or 8737258. OLE color: 8737258.

HSL color Cylindrical-coordinate representation of color #EA5185: hue angle of 339.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5185 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 133 -
CMYK 0 0.65 0.43 0.08
HSL 339.61º 0.78% 0.62% -
HSV(B) 339.61º 0.65% 0.92% -
XYZ 41.11 25.07 24.86 -
YUV 132.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 234 81 133 0 0.65 0.43 0.08 339.61 0.78 0.62
Hex EA 51 85 0 41 2B 8 154 4E 3E
Octal 352 121 205 0 101 53 10 524 116 76
Binary 11101010 1010001 10000101 0 1000001 101011 1000 101010100 1001110 111110

Color Harmonies of #EA5185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5185

Black with #EA5185

Text Example


Text Example

White with #EA5185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5185; }

 p { color: rgb(234,81,133); }

 H1.HeaderClassName
 {
   color: #EA5185;
 }
 .AnyTagClassName
 {
   color: #EA5185;
 }
</style>

background-color css

<style>
 a { background-color: #EA5185; }

 a { background-color: rgb(234,81,133); }

 div.DivClassName
 {
   background-color: #EA5185;
 }
 .BgClassName
 {
   background-color: #EA5185;
 }
</style>

border-color css

<style>
 span { border-color: #EA5185; }

 span { border-color: rgb(234,81,133); }

 td.TdClassName
 {
   border-color: #EA5185;
 }
 .TagClassName
 {
   border-color: #EA5185;
 }
</style>