#EE1ACC

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

Shades of Shocking Pink #EE1ACC

Tints of Shocking Pink #EE1ACC

Color information

#EE1ACC (or 0xEE1ACC) is unknown color: approx Shocking Pink. HEX triplet: EE, 1A and CC. RGB value is (238,26,204). Sum of RGB (Red+Green+Blue) = 238+26+204=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ACC is #11E533. Grayscale: #6D6D6D. Windows color (decimal): -1172788 or 13376238. OLE color: 13376238.

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

Color convert

RGB23826204-
CMYK00.890.140.07
HSL309.62º86.18%51.76%-
HSV(B)309.62º89.08%93.33%-
XYZ46.5323.2859.17-
YUV109.68181.24219.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 26 (10.55% from 255) = 5.56%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=50.85%
G=5.56%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382620400.890.140.07309.6286.1851.76
HexEE1ACC059E71365634
Octal35632314013116746612664
Binary1110111011010110011000101100111101111001101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1ACC; }

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

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

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

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

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

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

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

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