Html Css Color HEX #EA587B Dark Pink

📋 copy color: '#EA587B'

red 234 ◦ green 88 ◦ blue 123

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

Shades of Dark Pink #EA587B

Tints of Dark Pink #EA587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 52.58%
G = 19.78%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA587B (or 0xEA587B) is known color: Dark Pink. HEX triplet: EA, 58 and 7B. RGB value is (234,88,123). Sum of RGB (Red+Green+Blue) = 234+88+123=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA587B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA587B is #15A784. Grayscale: #878787. Windows color (decimal): -1419141 or 8083690. OLE color: 8083690.

HSL color Cylindrical-coordinate representation of color #EA587B: hue angle of 345.62º 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 #EA587B is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 123 -
CMYK 0 0.62 0.47 0.08
HSL 345.62º 0.78% 0.63% -
HSV(B) 345.62º 0.62% 0.92% -
XYZ 41 25.9 21.58 -
YUV 135.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 234 88 123 0 0.62 0.47 0.08 345.62 0.78 0.63
Hex EA 58 7B 0 3E 2F 8 15A 4E 3F
Octal 352 130 173 0 76 57 10 532 116 77
Binary 11101010 1011000 1111011 0 111110 101111 1000 101011010 1001110 111111

Color Harmonies of #EA587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA587B

Black with #EA587B

Text Example


Text Example

White with #EA587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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