Html Css Color HEX #E519D5 Shocking Pink

📋 copy color: '#E519D5'

red 229 ◦ green 25 ◦ blue 213

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

Shades of Shocking Pink #E519D5

Tints of Shocking Pink #E519D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 49.04%
G = 5.35%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E519D5 (or 0xE519D5) is known color: Shocking Pink. HEX triplet: E5, 19 and D5. RGB value is (229,25,213). Sum of RGB (Red+Green+Blue) = 229+25+213=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E519D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519D5 is #1AE62A. Grayscale: #6A6A6A. Windows color (decimal): -1762859 or 13965797. OLE color: 13965797.

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

Color convert

RGB 229 25 213 -
CMYK 0 0.89 0.07 0.10
HSL 304.71º 0.8% 0.5% -
HSV(B) 304.71º 0.89% 0.9% -
XYZ 44.67 22.16 64.87 -
YUV 107.43 187.59 214.71 -
System Red Green Blue C M Y K H S L
Decimal 229 25 213 0 0.89 0.07 0.10 304.71 0.8 0.5
Hex E5 19 D5 0 59 7 A 131 50 32
Octal 345 31 325 0 131 7 12 461 120 62
Binary 11100101 11001 11010101 0 1011001 111 1010 100110001 1010000 110010

Color Harmonies of #E519D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519D5

Black with #E519D5

Text Example


Text Example

White with #E519D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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