Html Css Color HEX #E519CC Shocking Pink

📋 copy color: '#E519CC'

red 229 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #E519CC

Tints of Shocking Pink #E519CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

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

R = 50%
G = 5.46%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E519CC (or 0xE519CC) is known color: Shocking Pink. HEX triplet: E5, 19 and CC. RGB value is (229,25,204). Sum of RGB (Red+Green+Blue) = 229+25+204=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E519CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519CC is #1AE633. Grayscale: #696969. Windows color (decimal): -1762868 or 13375973. OLE color: 13375973.

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

Color convert

RGB 229 25 204 -
CMYK 0 0.89 0.11 0.10
HSL 307.35º 0.8% 0.5% -
HSV(B) 307.35º 0.89% 0.9% -
XYZ 43.56 21.71 59.02 -
YUV 106.4 183.09 215.45 -
System Red Green Blue C M Y K H S L
Decimal 229 25 204 0 0.89 0.11 0.10 307.35 0.8 0.5
Hex E5 19 CC 0 59 B A 133 50 32
Octal 345 31 314 0 131 13 12 463 120 62
Binary 11100101 11001 11001100 0 1011001 1011 1010 100110011 1010000 110010

Color Harmonies of #E519CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519CC

Black with #E519CC

Text Example


Text Example

White with #E519CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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