Html Css Color HEX #E516C6 Shocking Pink

📋 copy color: '#E516C6'

red 229 ◦ green 22 ◦ blue 198

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

Shades of Shocking Pink #E516C6

Tints of Shocking Pink #E516C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 51%
G = 4.9%
B = 44.1%

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

#E516C6 (or 0xE516C6) is known color: Shocking Pink. HEX triplet: E5, 16 and C6. RGB value is (229,22,198). Sum of RGB (Red+Green+Blue) = 229+22+198=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E516C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516C6 is #1AE939. Grayscale: #676767. Windows color (decimal): -1763642 or 12981989. OLE color: 12981989.

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

Color convert

RGB 229 22 198 -
CMYK 0 0.90 0.14 0.10
HSL 308.99º 0.82% 0.49% -
HSV(B) 308.99º 0.9% 0.9% -
XYZ 42.79 21.31 55.28 -
YUV 103.96 181.08 217.19 -
System Red Green Blue C M Y K H S L
Decimal 229 22 198 0 0.90 0.14 0.10 308.99 0.82 0.49
Hex E5 16 C6 0 5A E A 135 52 31
Octal 345 26 306 0 132 16 12 465 122 61
Binary 11100101 10110 11000110 0 1011010 1110 1010 100110101 1010010 110001

Color Harmonies of #E516C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516C6

Black with #E516C6

Text Example


Text Example

White with #E516C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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