#EA4478

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

Shades of Dark Pink #EA4478

Tints of Dark Pink #EA4478

Color information

#EA4478 (or 0xEA4478) is unknown color: approx Dark Pink. HEX triplet: EA, 44 and 78. RGB value is (234,68,120). Sum of RGB (Red+Green+Blue) = 234+68+120=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4478 is #15BB87. Grayscale: #7B7B7B. Windows color (decimal): -1424264 or 7881962. OLE color: 7881962.

HSL color Cylindrical-coordinate representation of color #EA4478: hue angle of 341.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4478 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23468120-
CMYK00.710.490.08
HSL341.2º79.81%59.22%-
HSV(B)341.2º70.94%91.76%-
XYZ39.3922.9820.13-
YUV123.56126206.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=55.45%
G=16.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346812000.710.490.08341.279.8159.22
HexEA4478047318155503b
Octal3521041700107611052512073
Binary11101010100010011110000100011111000110001010101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4478; }

 p { color: rgb(234,68,120); }

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

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

 a { background-color: rgb(234,68,120); }

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

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

 span { border-color: rgb(234,68,120); }

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