Html Css Color HEX #E519BF Shocking Pink

📋 copy color: '#E519BF'

red 229 ◦ green 25 ◦ blue 191

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

Shades of Shocking Pink #E519BF

Tints of Shocking Pink #E519BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 51.46%
G = 5.62%
B = 42.92%

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

#E519BF (or 0xE519BF) is known color: Shocking Pink. HEX triplet: E5, 19 and BF. RGB value is (229,25,191). Sum of RGB (Red+Green+Blue) = 229+25+191=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E519BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E519BF is #1AE640. Grayscale: #686868. Windows color (decimal): -1762881 or 12524005. OLE color: 12524005.

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

Color convert

RGB 229 25 191 -
CMYK 0 0.89 0.17 0.10
HSL 311.18º 0.8% 0.5% -
HSV(B) 311.18º 0.89% 0.9% -
XYZ 42.06 21.11 51.15 -
YUV 104.92 176.59 216.5 -
System Red Green Blue C M Y K H S L
Decimal 229 25 191 0 0.89 0.17 0.10 311.18 0.8 0.5
Hex E5 19 BF 0 59 11 A 137 50 32
Octal 345 31 277 0 131 21 12 467 120 62
Binary 11100101 11001 10111111 0 1011001 10001 1010 100110111 1010000 110010

Color Harmonies of #E519BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E519BF

Black with #E519BF

Text Example


Text Example

White with #E519BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E519BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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