#EE70B4

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

Shades of Hot Pink #EE70B4

Tints of Hot Pink #EE70B4

Color information

#EE70B4 (or 0xEE70B4) is unknown color: approx Hot Pink. HEX triplet: EE, 70 and B4. RGB value is (238,112,180). Sum of RGB (Red+Green+Blue) = 238+112+180=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70B4 is #118F4B. Grayscale: #9D9D9D. Windows color (decimal): -1150796 or 11825390. OLE color: 11825390.

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

Color convert

RGB238112180-
CMYK00.530.240.07
HSL327.62º78.75%68.63%-
HSV(B)327.62º52.94%93.33%-
XYZ49.2933.0646.96-
YUV157.43140.74185.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=44.91%
G=21.13%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811218000.530.240.07327.6278.7568.63
HexEE70B40351871484f45
Octal356160264065307510117105
Binary1110111011100001011010001101011100011110100100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70B4; }

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

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

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

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

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

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

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

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