Html Css Color HEX #E511CC Shocking Pink

📋 copy color: '#E511CC'

red 229 ◦ green 17 ◦ blue 204

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

Shades of Shocking Pink #E511CC

Tints of Shocking Pink #E511CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 50.89%
G = 3.78%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E511CC (or 0xE511CC) is known color: Shocking Pink. HEX triplet: E5, 11 and CC. RGB value is (229,17,204). Sum of RGB (Red+Green+Blue) = 229+17+204=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E511CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511CC is #1AEE33. Grayscale: #656565. Windows color (decimal): -1764916 or 13373925. OLE color: 13373925.

HSL color Cylindrical-coordinate representation of color #E511CC: hue angle of 307.08º 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 #E511CC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 204 -
CMYK 0 0.93 0.11 0.10
HSL 307.08º 0.86% 0.48% -
HSV(B) 307.08º 0.93% 0.9% -
XYZ 43.41 21.42 58.97 -
YUV 101.71 185.74 218.79 -
System Red Green Blue C M Y K H S L
Decimal 229 17 204 0 0.93 0.11 0.10 307.08 0.86 0.48
Hex E5 11 CC 0 5D B A 133 56 30
Octal 345 21 314 0 135 13 12 463 126 60
Binary 11100101 10001 11001100 0 1011101 1011 1010 100110011 1010110 110000

Color Harmonies of #E511CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511CC

Black with #E511CC

Text Example


Text Example

White with #E511CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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