Html Css Color HEX #EA5670 Dark Pink

📋 copy color: '#EA5670'

red 234 ◦ green 86 ◦ blue 112

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

Shades of Dark Pink #EA5670

Tints of Dark Pink #EA5670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 54.17%
G = 19.91%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA5670 (or 0xEA5670) is known color: Dark Pink. HEX triplet: EA, 56 and 70. RGB value is (234,86,112). Sum of RGB (Red+Green+Blue) = 234+86+112=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5670 is #15A98F. Grayscale: #858585. Windows color (decimal): -1419664 or 7362282. OLE color: 7362282.

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

Color convert

RGB 234 86 112 -
CMYK 0 0.63 0.52 0.08
HSL 349.46º 0.78% 0.63% -
HSV(B) 349.46º 0.63% 0.92% -
XYZ 40.18 25.32 18.1 -
YUV 133.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 234 86 112 0 0.63 0.52 0.08 349.46 0.78 0.63
Hex EA 56 70 0 3F 34 8 15D 4E 3F
Octal 352 126 160 0 77 64 10 535 116 77
Binary 11101010 1010110 1110000 0 111111 110100 1000 101011101 1001110 111111

Color Harmonies of #EA5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5670

Black with #EA5670

Text Example


Text Example

White with #EA5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5670; }

 p { color: rgb(234,86,112); }

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

background-color css

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

 a { background-color: rgb(234,86,112); }

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

border-color css

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

 span { border-color: rgb(234,86,112); }

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