Html Css Color HEX #E518D0 Shocking Pink

📋 copy color: '#E518D0'

red 229 ◦ green 24 ◦ blue 208

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

Shades of Shocking Pink #E518D0

Tints of Shocking Pink #E518D0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.21%

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

R = 49.67%
G = 5.21%
B = 45.12%

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

#E518D0 (or 0xE518D0) is known color: Shocking Pink. HEX triplet: E5, 18 and D0. RGB value is (229,24,208). Sum of RGB (Red+Green+Blue) = 229+24+208=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D0 is #1AE72F. Grayscale: #696969. Windows color (decimal): -1763120 or 13637861. OLE color: 13637861.

HSL color Cylindrical-coordinate representation of color #E518D0: hue angle of 306.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518D0 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 24 208 -
CMYK 0 0.90 0.09 0.10
HSL 306.15º 0.81% 0.5% -
HSV(B) 306.15º 0.9% 0.9% -
XYZ 44.02 21.87 61.57 -
YUV 106.27 185.42 215.54 -
System Red Green Blue C M Y K H S L
Decimal 229 24 208 0 0.90 0.09 0.10 306.15 0.81 0.5
Hex E5 18 D0 0 5A 9 A 132 51 32
Octal 345 30 320 0 132 11 12 462 121 62
Binary 11100101 11000 11010000 0 1011010 1001 1010 100110010 1010001 110010

Color Harmonies of #E518D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518D0

Black with #E518D0

Text Example


Text Example

White with #E518D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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