#EE10BF

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

Shades of Shocking Pink #EE10BF

Tints of Shocking Pink #EE10BF

Color information

#EE10BF (or 0xEE10BF) is unknown color: approx Shocking Pink. HEX triplet: EE, 10 and BF. RGB value is (238,16,191). Sum of RGB (Red+Green+Blue) = 238+16+191=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE10BF is #11EF40. Grayscale: #656565. Windows color (decimal): -1175361 or 12521710. OLE color: 12521710.

HSL color Cylindrical-coordinate representation of color #EE10BF: hue angle of 312.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE10BF is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23816191-
CMYK00.930.200.07
HSL312.7º87.4%49.8%-
HSV(B)312.7º93.28%93.33%-
XYZ44.8522.3151.23-
YUV102.33178.05224.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.48%
GREEN value IS 16 (6.64% from 255) = 3.60%
BLUE value IS 191 (75% from 255) = 42.92%
R=53.48%
G=3.60%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381619100.930.200.07312.787.449.8
HexEE10BF05D1471395732
Octal35620277013524747112762
Binary11101110100001011111101011101101001111001110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE10BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE10BF; }

 p { color: rgb(238,16,191); }

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

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

 a { background-color: rgb(238,16,191); }

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

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

 span { border-color: rgb(238,16,191); }

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