Html Css Color HEX #E518D6 Shocking Pink

📋 copy color: '#E518D6'

red 229 ◦ green 24 ◦ blue 214

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

Shades of Shocking Pink #E518D6

Tints of Shocking Pink #E518D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 49.04%
G = 5.14%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E518D6 (or 0xE518D6) is known color: Shocking Pink. HEX triplet: E5, 18 and D6. RGB value is (229,24,214). Sum of RGB (Red+Green+Blue) = 229+24+214=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D6 is #1AE729. Grayscale: #6A6A6A. Windows color (decimal): -1763114 or 14031077. OLE color: 14031077.

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

Color convert

RGB 229 24 214 -
CMYK 0 0.90 0.07 0.10
HSL 304.39º 0.81% 0.5% -
HSV(B) 304.39º 0.9% 0.9% -
XYZ 44.78 22.17 65.54 -
YUV 106.96 188.42 215.05 -
System Red Green Blue C M Y K H S L
Decimal 229 24 214 0 0.90 0.07 0.10 304.39 0.81 0.5
Hex E5 18 D6 0 5A 7 A 130 51 32
Octal 345 30 326 0 132 7 12 460 121 62
Binary 11100101 11000 11010110 0 1011010 111 1010 100110000 1010001 110010

Color Harmonies of #E518D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518D6

Black with #E518D6

Text Example


Text Example

White with #E518D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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