#EA4677

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

Shades of Dark Pink #EA4677

Tints of Dark Pink #EA4677

Color information

#EA4677 (or 0xEA4677) is unknown color: approx Dark Pink. HEX triplet: EA, 46 and 77. RGB value is (234,70,119). Sum of RGB (Red+Green+Blue) = 234+70+119=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4677 is #15B988. Grayscale: #7C7C7C. Windows color (decimal): -1423753 or 7816938. OLE color: 7816938.

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

Color convert

RGB23470119-
CMYK00.700.490.08
HSL342.07º79.61%59.61%-
HSV(B)342.07º70.09%91.76%-
XYZ39.4523.219.85-
YUV124.62124.83206.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=55.32%
G=16.55%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347011900.700.490.08342.0779.6159.61
HexEA4677046318156503c
Octal3521061670106611052612074
Binary11101010100011011101110100011011000110001010101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4677; }

 p { color: rgb(234,70,119); }

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

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

 a { background-color: rgb(234,70,119); }

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

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

 span { border-color: rgb(234,70,119); }

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