#EE00B9

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

Shades of Shocking Pink #EE00B9

Tints of Shocking Pink #EE00B9

Color information

#EE00B9 (or 0xEE00B9) is unknown color: approx Shocking Pink. HEX triplet: EE, 00 and B9. RGB value is (238,0,185). Sum of RGB (Red+Green+Blue) = 238+0+185=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00B9 is #11FF46. Grayscale: #5B5B5B. Windows color (decimal): -1179463 or 12124398. OLE color: 12124398.

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

Color convert

RGB2380185-
CMYK010.220.07
HSL313.36º100%46.67%-
HSV(B)313.36º100%93.33%-
XYZ44.0221.6847.76-
YUV92.25180.35231.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=56.26%
G=0%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2380185010.220.07313.3610046.67
HexEE0B9064167139642f
Octal3560271014426747114457
Binary1110111001011100101100100101101111001110011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00B9; }

 p { color: rgb(238,0,185); }

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

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

 a { background-color: rgb(238,0,185); }

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

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

 span { border-color: rgb(238,0,185); }

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