#EE1ECC

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

Shades of Shocking Pink #EE1ECC

Tints of Shocking Pink #EE1ECC

Color information

#EE1ECC (or 0xEE1ECC) is unknown color: approx Shocking Pink. HEX triplet: EE, 1E and CC. RGB value is (238,30,204). Sum of RGB (Red+Green+Blue) = 238+30+204=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ECC is #11E133. Grayscale: #6F6F6F. Windows color (decimal): -1171764 or 13377262. OLE color: 13377262.

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

Color convert

RGB23830204-
CMYK00.870.140.07
HSL309.81º85.95%52.55%-
HSV(B)309.81º87.39%93.33%-
XYZ46.6223.4759.2-
YUV112.03179.91217.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.42%
GREEN value IS 30 (12.11% from 255) = 6.36%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=50.42%
G=6.36%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383020400.870.140.07309.8185.9552.55
HexEE1ECC057E71365635
Octal35636314012716746612665
Binary1110111011110110011000101011111101111001101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1ECC; }

 p { color: rgb(238,30,204); }

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

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

 a { background-color: rgb(238,30,204); }

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

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

 span { border-color: rgb(238,30,204); }

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