#EA70A9

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

Shades of Hot Pink #EA70A9

Tints of Hot Pink #EA70A9

Color information

#EA70A9 (or 0xEA70A9) is unknown color: approx Hot Pink. HEX triplet: EA, 70 and A9. RGB value is (234,112,169). Sum of RGB (Red+Green+Blue) = 234+112+169=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70A9 is #158F56. Grayscale: #9A9A9A. Windows color (decimal): -1412951 or 11104490. OLE color: 11104490.

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

Color convert

RGB234112169-
CMYK00.520.280.08
HSL331.97º74.39%67.84%-
HSV(B)331.97º52.14%91.76%-
XYZ46.8931.9541.23-
YUV154.98135.92184.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=45.44%
G=21.75%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411216900.520.280.08331.9774.3967.84
HexEA70A90341C814c4a44
Octal3521602510643410514112104
Binary11101010111000010101001011010011100100010100110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70A9; }

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

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

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

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

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

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

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

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