Html Css Color HEX #E513BF Shocking Pink

📋 copy color: '#E513BF'

red 229 ◦ green 19 ◦ blue 191

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

Shades of Shocking Pink #E513BF

Tints of Shocking Pink #E513BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.33%

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

R = 52.16%
G = 4.33%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E513BF (or 0xE513BF) is known color: Shocking Pink. HEX triplet: E5, 13 and BF. RGB value is (229,19,191). Sum of RGB (Red+Green+Blue) = 229+19+191=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E513BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513BF is #1AEC40. Grayscale: #646464. Windows color (decimal): -1764417 or 12522469. OLE color: 12522469.

HSL color Cylindrical-coordinate representation of color #E513BF: hue angle of 310.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513BF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 191 -
CMYK 0 0.92 0.17 0.10
HSL 310.86º 0.85% 0.49% -
HSV(B) 310.86º 0.92% 0.9% -
XYZ 41.95 20.89 51.11 -
YUV 101.4 178.57 219.01 -
System Red Green Blue C M Y K H S L
Decimal 229 19 191 0 0.92 0.17 0.10 310.86 0.85 0.49
Hex E5 13 BF 0 5C 11 A 137 55 31
Octal 345 23 277 0 134 21 12 467 125 61
Binary 11100101 10011 10111111 0 1011100 10001 1010 100110111 1010101 110001

Color Harmonies of #E513BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513BF

Black with #E513BF

Text Example


Text Example

White with #E513BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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