#EE70AB

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

Shades of Hot Pink #EE70AB

Tints of Hot Pink #EE70AB

Color information

#EE70AB (or 0xEE70AB) is unknown color: approx Hot Pink. HEX triplet: EE, 70 and AB. RGB value is (238,112,171). Sum of RGB (Red+Green+Blue) = 238+112+171=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE70AB is #118F54. Grayscale: #9C9C9C. Windows color (decimal): -1150805 or 11235566. OLE color: 11235566.

HSL color Cylindrical-coordinate representation of color #EE70AB: hue angle of 331.9º 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 #EE70AB is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238112171-
CMYK00.530.280.07
HSL331.9º78.75%68.63%-
HSV(B)331.9º52.94%93.33%-
XYZ48.432.7142.29-
YUV156.4136.24186.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=45.68%
G=21.50%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811217100.530.280.07331.978.7568.63
HexEE70AB0351C714c4f45
Octal356160253065347514117105
Binary1110111011100001010101101101011110011110100110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70AB; }

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

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

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

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

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

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

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

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