#EA477F

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

Shades of Dark Pink #EA477F

Tints of Dark Pink #EA477F

Color information

#EA477F (or 0xEA477F) is unknown color: approx Dark Pink. HEX triplet: EA, 47 and 7F. RGB value is (234,71,127). Sum of RGB (Red+Green+Blue) = 234+71+127=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA477F is #15B880. Grayscale: #7E7E7E. Windows color (decimal): -1423489 or 8341482. OLE color: 8341482.

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

Color convert

RGB23471127-
CMYK00.700.460.08
HSL339.39º79.51%59.8%-
HSV(B)339.39º69.66%91.76%-
XYZ40.0223.5322.51-
YUV126.12128.5204.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 71 (28.12% from 255) = 16.44%
BLUE value IS 127 (50% from 255) = 29.40%
R=54.17%
G=16.44%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347112700.700.460.08339.3979.5159.8
HexEA477F0462E8153503c
Octal3521071770106561052312074
Binary11101010100011111111110100011010111010001010100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA477F; }

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

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

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

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

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

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

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

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