Html Css Color HEX #E519BD Shocking Pink

📋 copy color: '#E519BD'

red 229 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #E519BD

Tints of Shocking Pink #E519BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 51.69%
G = 5.64%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E519BD (or 0xE519BD) is known color: Shocking Pink. HEX triplet: E5, 19 and BD. RGB value is (229,25,189). Sum of RGB (Red+Green+Blue) = 229+25+189=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E519BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519BD is #1AE642. Grayscale: #686868. Windows color (decimal): -1762883 or 12392933. OLE color: 12392933.

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

Color convert

RGB 229 25 189 -
CMYK 0 0.89 0.17 0.10
HSL 311.76º 0.8% 0.5% -
HSV(B) 311.76º 0.89% 0.9% -
XYZ 41.85 21.03 50 -
YUV 104.69 175.59 216.66 -
System Red Green Blue C M Y K H S L
Decimal 229 25 189 0 0.89 0.17 0.10 311.76 0.8 0.5
Hex E5 19 BD 0 59 11 A 138 50 32
Octal 345 31 275 0 131 21 12 470 120 62
Binary 11100101 11001 10111101 0 1011001 10001 1010 100111000 1010000 110010

Color Harmonies of #E519BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519BD

Black with #E519BD

Text Example


Text Example

White with #E519BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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