#EE70B5

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

Shades of Hot Pink #EE70B5

Tints of Hot Pink #EE70B5

Color information

#EE70B5 (or 0xEE70B5) is unknown color: approx Hot Pink. HEX triplet: EE, 70 and B5. RGB value is (238,112,181). Sum of RGB (Red+Green+Blue) = 238+112+181=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70B5 is #118F4A. Grayscale: #9D9D9D. Windows color (decimal): -1150795 or 11890926. OLE color: 11890926.

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

Color convert

RGB238112181-
CMYK00.530.240.07
HSL327.14º78.75%68.63%-
HSV(B)327.14º52.94%93.33%-
XYZ49.3933.147.5-
YUV157.54141.24185.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=44.82%
G=21.09%
B=34.09%

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
Decimal23811218100.530.240.07327.1478.7568.63
HexEE70B50351871474f45
Octal356160265065307507117105
Binary1110111011100001011010101101011100011110100011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70B5; }

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

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

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

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

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

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

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

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