Html Css Color HEX #E511B5 Shocking Pink

📋 copy color: '#E511B5'

red 229 ◦ green 17 ◦ blue 181

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

Shades of Shocking Pink #E511B5

Tints of Shocking Pink #E511B5

RGB

 RED value IS 229 (89.84% from 255) = 53.63%

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

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 53.63%
G = 3.98%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E511B5 (or 0xE511B5) is known color: Shocking Pink. HEX triplet: E5, 11 and B5. RGB value is (229,17,181). Sum of RGB (Red+Green+Blue) = 229+17+181=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E511B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511B5 is #1AEE4A. Grayscale: #626262. Windows color (decimal): -1764939 or 11866597. OLE color: 11866597.

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

Color convert

RGB 229 17 181 -
CMYK 0 0.93 0.21 0.10
HSL 313.58º 0.86% 0.48% -
HSV(B) 313.58º 0.93% 0.9% -
XYZ 40.85 20.4 45.5 -
YUV 99.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 229 17 181 0 0.93 0.21 0.10 313.58 0.86 0.48
Hex E5 11 B5 0 5D 15 A 13A 56 30
Octal 345 21 265 0 135 25 12 472 126 60
Binary 11100101 10001 10110101 0 1011101 10101 1010 100111010 1010110 110000

Color Harmonies of #E511B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511B5

Black with #E511B5

Text Example


Text Example

White with #E511B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511B5; }

 p { color: rgb(229,17,181); }

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

background-color css

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

 a { background-color: rgb(229,17,181); }

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

border-color css

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

 span { border-color: rgb(229,17,181); }

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