Html Css Color HEX #E518D3 Shocking Pink

📋 copy color: '#E518D3'

red 229 ◦ green 24 ◦ blue 211

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

Shades of Shocking Pink #E518D3

Tints of Shocking Pink #E518D3

RGB

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

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

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

R = 49.35%
G = 5.17%
B = 45.47%

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

#E518D3 (or 0xE518D3) is known color: Shocking Pink. HEX triplet: E5, 18 and D3. RGB value is (229,24,211). Sum of RGB (Red+Green+Blue) = 229+24+211=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D3 is #1AE72C. Grayscale: #6A6A6A. Windows color (decimal): -1763117 or 13834469. OLE color: 13834469.

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

Color convert

RGB 229 24 211 -
CMYK 0 0.90 0.08 0.10
HSL 305.27º 0.81% 0.5% -
HSV(B) 305.27º 0.9% 0.9% -
XYZ 44.4 22.01 63.54 -
YUV 106.61 186.92 215.29 -
System Red Green Blue C M Y K H S L
Decimal 229 24 211 0 0.90 0.08 0.10 305.27 0.81 0.5
Hex E5 18 D3 0 5A 8 A 131 51 32
Octal 345 30 323 0 132 10 12 461 121 62
Binary 11100101 11000 11010011 0 1011010 1000 1010 100110001 1010001 110010

Color Harmonies of #E518D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E518D3

Black with #E518D3

Text Example


Text Example

White with #E518D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E518D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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