Html Css Color HEX #EA567F Dark Pink

📋 copy color: '#EA567F'

red 234 ◦ green 86 ◦ blue 127

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

Shades of Dark Pink #EA567F

Tints of Dark Pink #EA567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 52.35%
G = 19.24%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA567F (or 0xEA567F) is known color: Dark Pink. HEX triplet: EA, 56 and 7F. RGB value is (234,86,127). Sum of RGB (Red+Green+Blue) = 234+86+127=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA567F is #15A980. Grayscale: #868686. Windows color (decimal): -1419649 or 8345322. OLE color: 8345322.

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

Color convert

RGB 234 86 127 -
CMYK 0 0.63 0.46 0.08
HSL 343.38º 0.78% 0.63% -
HSV(B) 343.38º 0.63% 0.92% -
XYZ 41.09 25.68 22.87 -
YUV 134.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 234 86 127 0 0.63 0.46 0.08 343.38 0.78 0.63
Hex EA 56 7F 0 3F 2E 8 157 4E 3F
Octal 352 126 177 0 77 56 10 527 116 77
Binary 11101010 1010110 1111111 0 111111 101110 1000 101010111 1001110 111111

Color Harmonies of #EA567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA567F

Black with #EA567F

Text Example


Text Example

White with #EA567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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