#EE70B3

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

Shades of Hot Pink #EE70B3

Tints of Hot Pink #EE70B3

Color information

#EE70B3 (or 0xEE70B3) is unknown color: approx Hot Pink. HEX triplet: EE, 70 and B3. RGB value is (238,112,179). Sum of RGB (Red+Green+Blue) = 238+112+179=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70B3 is #118F4C. Grayscale: #9D9D9D. Windows color (decimal): -1150797 or 11759854. OLE color: 11759854.

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

Color convert

RGB238112179-
CMYK00.530.250.07
HSL328.1º78.75%68.63%-
HSV(B)328.1º52.94%93.33%-
XYZ49.1933.0246.43-
YUV157.31140.24185.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=44.99%
G=21.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811217900.530.250.07328.178.7568.63
HexEE70B30351971484f45
Octal356160263065317510117105
Binary1110111011100001011001101101011100111110100100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70B3; }

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

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

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

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

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

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

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

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