Html Css Color HEX #E516D3 Shocking Pink

📋 copy color: '#E516D3'

red 229 ◦ green 22 ◦ blue 211

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

Shades of Shocking Pink #E516D3

Tints of Shocking Pink #E516D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 49.57%
G = 4.76%
B = 45.67%

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

#E516D3 (or 0xE516D3) is known color: Shocking Pink. HEX triplet: E5, 16 and D3. RGB value is (229,22,211). Sum of RGB (Red+Green+Blue) = 229+22+211=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E516D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516D3 is #1AE92C. Grayscale: #686868. Windows color (decimal): -1763629 or 13833957. OLE color: 13833957.

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

Color convert

RGB 229 22 211 -
CMYK 0 0.90 0.08 0.10
HSL 305.22º 0.82% 0.49% -
HSV(B) 305.22º 0.9% 0.9% -
XYZ 44.36 21.93 63.52 -
YUV 105.44 187.58 216.13 -
System Red Green Blue C M Y K H S L
Decimal 229 22 211 0 0.90 0.08 0.10 305.22 0.82 0.49
Hex E5 16 D3 0 5A 8 A 131 52 31
Octal 345 26 323 0 132 10 12 461 122 61
Binary 11100101 10110 11010011 0 1011010 1000 1010 100110001 1010010 110001

Color Harmonies of #E516D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516D3

Black with #E516D3

Text Example


Text Example

White with #E516D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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