Html Css Color HEX #EE01BB Shocking Pink

📋 copy color: '#EE01BB'

red 238 ◦ green 1 ◦ blue 187

#EE01BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #EE01BB

Tints of Shocking Pink #EE01BB

RGB

 RED value IS 238 (93.36% from 255) = 55.87%

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 55.87%
G = 0.23%
B = 43.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE01BB (or 0xEE01BB) is known color: Shocking Pink. HEX triplet: EE, 01 and BB. RGB value is (238,1,187). Sum of RGB (Red+Green+Blue) = 238+1+187=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01BB is #11FE44. Grayscale: #5C5C5C. Windows color (decimal): -1179205 or 12255726. OLE color: 12255726.

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

Color convert

RGB 238 1 187 -
CMYK 0 1.00 0.21 0.07
HSL 312.91º 0.99% 0.47% -
HSV(B) 312.91º 1% 0.93% -
XYZ 44.24 21.79 48.89 -
YUV 93.07 181.02 231.38 -
System Red Green Blue C M Y K H S L
Decimal 238 1 187 0 1.00 0.21 0.07 312.91 0.99 0.47
Hex EE 1 BB 0 64 15 7 139 63 2F
Octal 356 1 273 0 144 25 7 471 143 57
Binary 11101110 1 10111011 0 1100100 10101 111 100111001 1100011 101111

Color Harmonies of #EE01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01BB

Black with #EE01BB

Text Example


Text Example

White with #EE01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01BB; }

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

 H1.HeaderClassName
 {
   color: #EE01BB;
 }
 .AnyTagClassName
 {
   color: #EE01BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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