#EA70AB

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

Shades of Hot Pink #EA70AB

Tints of Hot Pink #EA70AB

Color information

#EA70AB (or 0xEA70AB) is unknown color: approx Hot Pink. HEX triplet: EA, 70 and AB. RGB value is (234,112,171). Sum of RGB (Red+Green+Blue) = 234+112+171=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70AB is #158F54. Grayscale: #9B9B9B. Windows color (decimal): -1412949 or 11235562. OLE color: 11235562.

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

Color convert

RGB234112171-
CMYK00.520.270.08
HSL330.98º74.39%67.84%-
HSV(B)330.98º52.14%91.76%-
XYZ47.0832.0242.23-
YUV155.2136.92184.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=45.26%
G=21.66%
B=33.08%

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
Decimal23411217100.520.270.08330.9874.3967.84
HexEA70AB0341B814b4a44
Octal3521602530643310513112104
Binary11101010111000010101011011010011011100010100101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70AB; }

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

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

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

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

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

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

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

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