#EA70AA

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

Shades of Hot Pink #EA70AA

Tints of Hot Pink #EA70AA

Color information

#EA70AA (or 0xEA70AA) is unknown color: approx Hot Pink. HEX triplet: EA, 70 and AA. RGB value is (234,112,170). Sum of RGB (Red+Green+Blue) = 234+112+170=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70AA is #158F55. Grayscale: #9A9A9A. Windows color (decimal): -1412950 or 11170026. OLE color: 11170026.

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

Color convert

RGB234112170-
CMYK00.520.270.08
HSL331.48º74.39%67.84%-
HSV(B)331.48º52.14%91.76%-
XYZ46.9831.9841.73-
YUV155.09136.42184.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=45.35%
G=21.71%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411217000.520.270.08331.4874.3967.84
HexEA70AA0341B814b4a44
Octal3521602520643310513112104
Binary11101010111000010101010011010011011100010100101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70AA; }

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

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

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

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

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

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

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

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