#EA477C

Color #EA477C Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EA477C

Tints of Dark Pink #EA477C

Color information

#EA477C (or 0xEA477C) is unknown color: approx Dark Pink. HEX triplet: EA, 47 and 7C. RGB value is (234,71,124). Sum of RGB (Red+Green+Blue) = 234+71+124=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA477C is #15B883. Grayscale: #7D7D7D. Windows color (decimal): -1423492 or 8144874. OLE color: 8144874.

HSL color Cylindrical-coordinate representation of color #EA477C: hue angle of 340.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA477C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB23471124-
CMYK00.700.470.08
HSL340.49º79.51%59.8%-
HSV(B)340.49º69.66%91.76%-
XYZ39.8223.4521.5-
YUV125.78127205.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.55%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=54.55%
G=16.55%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347112400.700.470.08340.4979.5159.8
HexEA477C0462F8154503c
Octal3521071740106571052412074
Binary11101010100011111111000100011010111110001010101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA477C; }

 p { color: rgb(234,71,124); }

 H1.HeaderClassName
 {
   color: #EA477C;
 }
 .AnyTagClassName
 {
   color: #EA477C;
 }
</style>
background-color css

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

 a { background-color: rgb(234,71,124); }

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

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

 span { border-color: rgb(234,71,124); }

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