Html Css Color HEX #E516D0 Shocking Pink

📋 copy color: '#E516D0'

red 229 ◦ green 22 ◦ blue 208

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

Shades of Shocking Pink #E516D0

Tints of Shocking Pink #E516D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 49.89%
G = 4.79%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E516D0 (or 0xE516D0) is known color: Shocking Pink. HEX triplet: E5, 16 and D0. RGB value is (229,22,208). Sum of RGB (Red+Green+Blue) = 229+22+208=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E516D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516D0 is #1AE92F. Grayscale: #686868. Windows color (decimal): -1763632 or 13637349. OLE color: 13637349.

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

Color convert

RGB 229 22 208 -
CMYK 0 0.90 0.09 0.10
HSL 306.09º 0.82% 0.49% -
HSV(B) 306.09º 0.9% 0.9% -
XYZ 43.99 21.79 61.56 -
YUV 105.1 186.08 216.38 -
System Red Green Blue C M Y K H S L
Decimal 229 22 208 0 0.90 0.09 0.10 306.09 0.82 0.49
Hex E5 16 D0 0 5A 9 A 132 52 31
Octal 345 26 320 0 132 11 12 462 122 61
Binary 11100101 10110 11010000 0 1011010 1001 1010 100110010 1010010 110001

Color Harmonies of #E516D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516D0

Black with #E516D0

Text Example


Text Example

White with #E516D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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