#EA5470

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

Shades of Dark Pink #EA5470

Tints of Dark Pink #EA5470

Color information

#EA5470 (or 0xEA5470) is unknown color: approx Dark Pink. HEX triplet: EA, 54 and 70. RGB value is (234,84,112). Sum of RGB (Red+Green+Blue) = 234+84+112=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5470 is #15AB8F. Grayscale: #848484. Windows color (decimal): -1420176 or 7361770. OLE color: 7361770.

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

Color convert

RGB23484112-
CMYK00.640.520.08
HSL348.8º78.12%62.35%-
HSV(B)348.8º64.1%91.76%-
XYZ40.032518.05-
YUV132.04116.7200.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=54.42%
G=19.53%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348411200.640.520.08348.878.1262.35
HexEA547004034815d4e3e
Octal3521241600100641053511676
Binary11101010101010011100000100000011010010001010111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5470; }

 p { color: rgb(234,84,112); }

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

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

 a { background-color: rgb(234,84,112); }

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

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

 span { border-color: rgb(234,84,112); }

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