#EE70AA

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

Shades of Hot Pink #EE70AA

Tints of Hot Pink #EE70AA

Color information

#EE70AA (or 0xEE70AA) is unknown color: approx Hot Pink. HEX triplet: EE, 70 and AA. RGB value is (238,112,170). Sum of RGB (Red+Green+Blue) = 238+112+170=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE70AA is #118F55. Grayscale: #9C9C9C. Windows color (decimal): -1150806 or 11170030. OLE color: 11170030.

HSL color Cylindrical-coordinate representation of color #EE70AA: hue angle of 332.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70AA is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB238112170-
CMYK00.530.290.07
HSL332.38º78.75%68.63%-
HSV(B)332.38º52.94%93.33%-
XYZ48.3132.6741.79-
YUV156.29135.74186.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 112 (44.14% from 255) = 21.54%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=45.77%
G=21.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811217000.530.290.07332.3878.7568.63
HexEE70AA0351D714c4f45
Octal356160252065357514117105
Binary1110111011100001010101001101011110111110100110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70AA; }

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

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

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

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

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

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

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

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