#EE01B6

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

Shades of Shocking Pink #EE01B6

Tints of Shocking Pink #EE01B6

Color information

#EE01B6 (or 0xEE01B6) is unknown color: approx Shocking Pink. HEX triplet: EE, 01 and B6. RGB value is (238,1,182). Sum of RGB (Red+Green+Blue) = 238+1+182=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01B6 is #11FE49. Grayscale: #5C5C5C. Windows color (decimal): -1179210 or 11928046. OLE color: 11928046.

HSL color Cylindrical-coordinate representation of color #EE01B6: hue angle of 314.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01B6 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB2381182-
CMYK01.000.240.07
HSL314.18º99.16%46.86%-
HSV(B)314.18º99.58%93.33%-
XYZ43.7121.5846.12-
YUV92.5178.52231.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.53%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=56.53%
G=0.24%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238118201.000.240.07314.1899.1646.86
HexEE1B606418713a632f
Octal3561266014430747214357
Binary1110111011011011001100100110001111001110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE01B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE01B6; }

 p { color: rgb(238,1,182); }

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

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

 a { background-color: rgb(238,1,182); }

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

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

 span { border-color: rgb(238,1,182); }

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