Html Css Color HEX #EA556F Dark Pink

📋 copy color: '#EA556F'

red 234 ◦ green 85 ◦ blue 111

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

Shades of Dark Pink #EA556F

Tints of Dark Pink #EA556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 54.42%
G = 19.77%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA556F (or 0xEA556F) is known color: Dark Pink. HEX triplet: EA, 55 and 6F. RGB value is (234,85,111). Sum of RGB (Red+Green+Blue) = 234+85+111=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA556F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA556F is #15AA90. Grayscale: #848484. Windows color (decimal): -1419921 or 7296490. OLE color: 7296490.

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

Color convert

RGB 234 85 111 -
CMYK 0 0.64 0.53 0.08
HSL 349.53º 0.78% 0.63% -
HSV(B) 349.53º 0.64% 0.92% -
XYZ 40.05 25.14 17.78 -
YUV 132.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 234 85 111 0 0.64 0.53 0.08 349.53 0.78 0.63
Hex EA 55 6F 0 40 35 8 15E 4E 3F
Octal 352 125 157 0 100 65 10 536 116 77
Binary 11101010 1010101 1101111 0 1000000 110101 1000 101011110 1001110 111111

Color Harmonies of #EA556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA556F

Black with #EA556F

Text Example


Text Example

White with #EA556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA556F; }

 p { color: rgb(234,85,111); }

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

background-color css

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

 a { background-color: rgb(234,85,111); }

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

border-color css

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

 span { border-color: rgb(234,85,111); }

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