Html Css Color HEX #E517BA Shocking Pink

📋 copy color: '#E517BA'

red 229 ◦ green 23 ◦ blue 186

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

Shades of Shocking Pink #E517BA

Tints of Shocking Pink #E517BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.25%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 52.28%
G = 5.25%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E517BA (or 0xE517BA) is known color: Shocking Pink. HEX triplet: E5, 17 and BA. RGB value is (229,23,186). Sum of RGB (Red+Green+Blue) = 229+23+186=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E517BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517BA is #1AE845. Grayscale: #666666. Windows color (decimal): -1763398 or 12195813. OLE color: 12195813.

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

Color convert

RGB 229 23 186 -
CMYK 0 0.90 0.19 0.10
HSL 312.52º 0.82% 0.49% -
HSV(B) 312.52º 0.9% 0.9% -
XYZ 41.48 20.82 48.29 -
YUV 103.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 229 23 186 0 0.90 0.19 0.10 312.52 0.82 0.49
Hex E5 17 BA 0 5A 13 A 139 52 31
Octal 345 27 272 0 132 23 12 471 122 61
Binary 11100101 10111 10111010 0 1011010 10011 1010 100111001 1010010 110001

Color Harmonies of #E517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E517BA

Black with #E517BA

Text Example


Text Example

White with #E517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E517BA; }

 p { color: rgb(229,23,186); }

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

background-color css

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

 a { background-color: rgb(229,23,186); }

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

border-color css

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

 span { border-color: rgb(229,23,186); }

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