#EA70A7

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

Shades of Hot Pink #EA70A7

Tints of Hot Pink #EA70A7

Color information

#EA70A7 (or 0xEA70A7) is unknown color: approx Hot Pink. HEX triplet: EA, 70 and A7. RGB value is (234,112,167). Sum of RGB (Red+Green+Blue) = 234+112+167=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA70A7 is #158F58. Grayscale: #9A9A9A. Windows color (decimal): -1412953 or 10973418. OLE color: 10973418.

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

Color convert

RGB234112167-
CMYK00.520.290.08
HSL332.95º74.39%67.84%-
HSV(B)332.95º52.14%91.76%-
XYZ46.731.8740.25-
YUV154.75134.92184.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=45.61%
G=21.83%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411216700.520.290.08332.9574.3967.84
HexEA70A70341D814d4a44
Octal3521602470643510515112104
Binary11101010111000010100111011010011101100010100110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA70A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA70A7; }

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

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

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

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

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

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

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

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