Html Css Color HEX #E516D2 Shocking Pink

📋 copy color: '#E516D2'

red 229 ◦ green 22 ◦ blue 210

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

Shades of Shocking Pink #E516D2

Tints of Shocking Pink #E516D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 49.67%
G = 4.77%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E516D2 (or 0xE516D2) is known color: Shocking Pink. HEX triplet: E5, 16 and D2. RGB value is (229,22,210). Sum of RGB (Red+Green+Blue) = 229+22+210=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E516D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516D2 is #1AE92D. Grayscale: #686868. Windows color (decimal): -1763630 or 13768421. OLE color: 13768421.

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

Color convert

RGB 229 22 210 -
CMYK 0 0.90 0.08 0.10
HSL 305.51º 0.82% 0.49% -
HSV(B) 305.51º 0.9% 0.9% -
XYZ 44.23 21.88 62.87 -
YUV 105.33 187.08 216.21 -
System Red Green Blue C M Y K H S L
Decimal 229 22 210 0 0.90 0.08 0.10 305.51 0.82 0.49
Hex E5 16 D2 0 5A 8 A 132 52 31
Octal 345 26 322 0 132 10 12 462 122 61
Binary 11100101 10110 11010010 0 1011010 1000 1010 100110010 1010010 110001

Color Harmonies of #E516D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516D2

Black with #E516D2

Text Example


Text Example

White with #E516D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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