#EE08BE

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

Shades of Shocking Pink #EE08BE

Tints of Shocking Pink #EE08BE

Color information

#EE08BE (or 0xEE08BE) is unknown color: approx Shocking Pink. HEX triplet: EE, 08 and BE. RGB value is (238,8,190). Sum of RGB (Red+Green+Blue) = 238+8+190=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08BE is #11F741. Grayscale: #616161. Windows color (decimal): -1177410 or 12454126. OLE color: 12454126.

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

Color convert

RGB2388190-
CMYK00.970.200.07
HSL312.52º93.5%48.24%-
HSV(B)312.52º96.64%93.33%-
XYZ44.6422.0750.62-
YUV97.52180.2228.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 8 (3.52% from 255) = 1.83%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=54.59%
G=1.83%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238819000.970.200.07312.5293.548.24
HexEE8BE0611471395d30
Octal35610276014124747113560
Binary1110111010001011111001100001101001111001110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE08BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE08BE; }

 p { color: rgb(238,8,190); }

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

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

 a { background-color: rgb(238,8,190); }

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

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

 span { border-color: rgb(238,8,190); }

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