#EE05BB

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

Shades of Shocking Pink #EE05BB

Tints of Shocking Pink #EE05BB

Color information

#EE05BB (or 0xEE05BB) is unknown color: approx Shocking Pink. HEX triplet: EE, 05 and BB. RGB value is (238,5,187). Sum of RGB (Red+Green+Blue) = 238+5+187=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05BB is #11FA44. Grayscale: #5E5E5E. Windows color (decimal): -1178181 or 12256750. OLE color: 12256750.

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

Color convert

RGB2385187-
CMYK00.980.210.07
HSL313.13º95.88%47.65%-
HSV(B)313.13º97.9%93.33%-
XYZ44.2821.8748.9-
YUV95.42179.69229.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 5 (2.34% from 255) = 1.16%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=55.35%
G=1.16%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238518700.980.210.07313.1395.8847.65
HexEE5BB0621571396030
Octal3565273014225747114060
Binary111011101011011101101100010101011111001110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE05BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE05BB; }

 p { color: rgb(238,5,187); }

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

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

 a { background-color: rgb(238,5,187); }

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

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

 span { border-color: rgb(238,5,187); }

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