Html Css Color HEX #EA5885 Dark Pink

📋 copy color: '#EA5885'

red 234 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #EA5885

Tints of Dark Pink #EA5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

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

R = 51.43%
G = 19.34%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA5885 (or 0xEA5885) is known color: Dark Pink. HEX triplet: EA, 58 and 85. RGB value is (234,88,133). Sum of RGB (Red+Green+Blue) = 234+88+133=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5885 is #15A77A. Grayscale: #888888. Windows color (decimal): -1419131 or 8739050. OLE color: 8739050.

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

Color convert

RGB 234 88 133 -
CMYK 0 0.62 0.43 0.08
HSL 341.51º 0.78% 0.63% -
HSV(B) 341.51º 0.62% 0.92% -
XYZ 41.66 26.17 25.05 -
YUV 136.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 234 88 133 0 0.62 0.43 0.08 341.51 0.78 0.63
Hex EA 58 85 0 3E 2B 8 156 4E 3F
Octal 352 130 205 0 76 53 10 526 116 77
Binary 11101010 1011000 10000101 0 111110 101011 1000 101010110 1001110 111111

Color Harmonies of #EA5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5885

Black with #EA5885

Text Example


Text Example

White with #EA5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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