Html Css Color HEX #E516C2 Shocking Pink

📋 copy color: '#E516C2'

red 229 ◦ green 22 ◦ blue 194

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

Shades of Shocking Pink #E516C2

Tints of Shocking Pink #E516C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 51.46%
G = 4.94%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E516C2 (or 0xE516C2) is known color: Shocking Pink. HEX triplet: E5, 16 and C2. RGB value is (229,22,194). Sum of RGB (Red+Green+Blue) = 229+22+194=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E516C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516C2 is #1AE93D. Grayscale: #676767. Windows color (decimal): -1763646 or 12719845. OLE color: 12719845.

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

Color convert

RGB 229 22 194 -
CMYK 0 0.90 0.15 0.10
HSL 310.14º 0.82% 0.49% -
HSV(B) 310.14º 0.9% 0.9% -
XYZ 42.34 21.13 52.89 -
YUV 103.5 179.08 217.51 -
System Red Green Blue C M Y K H S L
Decimal 229 22 194 0 0.90 0.15 0.10 310.14 0.82 0.49
Hex E5 16 C2 0 5A F A 136 52 31
Octal 345 26 302 0 132 17 12 466 122 61
Binary 11100101 10110 11000010 0 1011010 1111 1010 100110110 1010010 110001

Color Harmonies of #E516C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516C2

Black with #E516C2

Text Example


Text Example

White with #E516C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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