Html Css Color HEX #E50CCC Shocking Pink

📋 copy color: '#E50CCC'

red 229 ◦ green 12 ◦ blue 204

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

Shades of Shocking Pink #E50CCC

Tints of Shocking Pink #E50CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 51.46%
G = 2.7%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E50CCC (or 0xE50CCC) is known color: Shocking Pink. HEX triplet: E5, 0C and CC. RGB value is (229,12,204). Sum of RGB (Red+Green+Blue) = 229+12+204=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCC is #1AF333. Grayscale: #626262. Windows color (decimal): -1766196 or 13372645. OLE color: 13372645.

HSL color Cylindrical-coordinate representation of color #E50CCC: hue angle of 306.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CCC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 12 204 -
CMYK 0 0.95 0.11 0.10
HSL 306.91º 0.9% 0.47% -
HSV(B) 306.91º 0.95% 0.9% -
XYZ 43.34 21.28 58.95 -
YUV 98.77 187.39 220.89 -
System Red Green Blue C M Y K H S L
Decimal 229 12 204 0 0.95 0.11 0.10 306.91 0.9 0.47
Hex E5 C CC 0 5F B A 133 5A 2F
Octal 345 14 314 0 137 13 12 463 132 57
Binary 11100101 1100 11001100 0 1011111 1011 1010 100110011 1011010 101111

Color Harmonies of #E50CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CCC

Black with #E50CCC

Text Example


Text Example

White with #E50CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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