Html Css Color HEX #E011BE Shocking Pink

📋 copy color: '#E011BE'

red 224 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #E011BE

Tints of Shocking Pink #E011BE

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

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

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

R = 51.97%
G = 3.94%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E011BE (or 0xE011BE) is known color: Shocking Pink. HEX triplet: E0, 11 and BE. RGB value is (224,17,190). Sum of RGB (Red+Green+Blue) = 224+17+190=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E011BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011BE is #1FEE41. Grayscale: #626262. Windows color (decimal): -2092610 or 12456416. OLE color: 12456416.

HSL color Cylindrical-coordinate representation of color #E011BE: hue angle of 309.86º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011BE is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 190 -
CMYK 0 0.92 0.15 0.12
HSL 309.86º 0.86% 0.47% -
HSV(B) 309.86º 0.92% 0.88% -
XYZ 40.24 19.97 50.45 -
YUV 98.62 179.58 217.43 -
System Red Green Blue C M Y K H S L
Decimal 224 17 190 0 0.92 0.15 0.12 309.86 0.86 0.47
Hex E0 11 BE 0 5C F C 136 56 2F
Octal 340 21 276 0 134 17 14 466 126 57
Binary 11100000 10001 10111110 0 1011100 1111 1100 100110110 1010110 101111

Color Harmonies of #E011BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011BE

Black with #E011BE

Text Example


Text Example

White with #E011BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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