Html Css Color HEX #EE11BE Shocking Pink

📋 copy color: '#EE11BE'

red 238 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #EE11BE

Tints of Shocking Pink #EE11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.82%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 53.48%
G = 3.82%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE11BE (or 0xEE11BE) is known color: Shocking Pink. HEX triplet: EE, 11 and BE. RGB value is (238,17,190). Sum of RGB (Red+Green+Blue) = 238+17+190=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE11BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE11BE is #11EE41. Grayscale: #666666. Windows color (decimal): -1175106 or 12456430. OLE color: 12456430.

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

Color convert

RGB 238 17 190 -
CMYK 0 0.93 0.20 0.07
HSL 313.03º 0.87% 0.5% -
HSV(B) 313.03º 0.93% 0.93% -
XYZ 44.75 22.3 50.66 -
YUV 102.8 177.22 224.43 -
System Red Green Blue C M Y K H S L
Decimal 238 17 190 0 0.93 0.20 0.07 313.03 0.87 0.5
Hex EE 11 BE 0 5D 14 7 139 57 32
Octal 356 21 276 0 135 24 7 471 127 62
Binary 11101110 10001 10111110 0 1011101 10100 111 100111001 1010111 110010

Color Harmonies of #EE11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11BE

Black with #EE11BE

Text Example


Text Example

White with #EE11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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