Html Css Color HEX #E516C5 Shocking Pink

📋 copy color: '#E516C5'

red 229 ◦ green 22 ◦ blue 197

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

Shades of Shocking Pink #E516C5

Tints of Shocking Pink #E516C5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 51.12%
G = 4.91%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E516C5 (or 0xE516C5) is known color: Shocking Pink. HEX triplet: E5, 16 and C5. RGB value is (229,22,197). Sum of RGB (Red+Green+Blue) = 229+22+197=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E516C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516C5 is #1AE93A. Grayscale: #676767. Windows color (decimal): -1763643 or 12916453. OLE color: 12916453.

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

Color convert

RGB 229 22 197 -
CMYK 0 0.90 0.14 0.10
HSL 309.28º 0.82% 0.49% -
HSV(B) 309.28º 0.9% 0.9% -
XYZ 42.68 21.26 54.68 -
YUV 103.84 180.58 217.27 -
System Red Green Blue C M Y K H S L
Decimal 229 22 197 0 0.90 0.14 0.10 309.28 0.82 0.49
Hex E5 16 C5 0 5A E A 135 52 31
Octal 345 26 305 0 132 16 12 465 122 61
Binary 11100101 10110 11000101 0 1011010 1110 1010 100110101 1010010 110001

Color Harmonies of #E516C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516C5

Black with #E516C5

Text Example


Text Example

White with #E516C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516C5; }

 p { color: rgb(229,22,197); }

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

background-color css

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

 a { background-color: rgb(229,22,197); }

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

border-color css

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

 span { border-color: rgb(229,22,197); }

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