#EA70AC

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

Shades of Hot Pink #EA70AC

Tints of Hot Pink #EA70AC

Color information

#EA70AC (or 0xEA70AC) is unknown color: approx Hot Pink. HEX triplet: EA, 70 and AC. RGB value is (234,112,172). Sum of RGB (Red+Green+Blue) = 234+112+172=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70AC is #158F53. Grayscale: #9B9B9B. Windows color (decimal): -1412948 or 11301098. OLE color: 11301098.

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

Color convert

RGB234112172-
CMYK00.520.260.08
HSL330.49º74.39%67.84%-
HSV(B)330.49º52.14%91.76%-
XYZ47.1732.0642.73-
YUV155.32137.42184.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=45.17%
G=21.62%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411217200.520.260.08330.4974.3967.84
HexEA70AC0341A814a4a44
Octal3521602540643210512112104
Binary11101010111000010101100011010011010100010100101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70AC; }

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

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

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

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

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

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

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

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