Html Css Color HEX #E515D1 Shocking Pink

📋 copy color: '#E515D1'

red 229 ◦ green 21 ◦ blue 209

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

Shades of Shocking Pink #E515D1

Tints of Shocking Pink #E515D1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.58%

 BLUE value IS 209 (82.03% from 255) = 45.53%

R = 49.89%
G = 4.58%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E515D1 (or 0xE515D1) is known color: Shocking Pink. HEX triplet: E5, 15 and D1. RGB value is (229,21,209). Sum of RGB (Red+Green+Blue) = 229+21+209=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E515D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515D1 is #1AEA2E. Grayscale: #686868. Windows color (decimal): -1763887 or 13702629. OLE color: 13702629.

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

Color convert

RGB 229 21 209 -
CMYK 0 0.91 0.09 0.10
HSL 305.77º 0.83% 0.49% -
HSV(B) 305.77º 0.91% 0.9% -
XYZ 44.09 21.8 62.21 -
YUV 104.62 186.91 216.71 -
System Red Green Blue C M Y K H S L
Decimal 229 21 209 0 0.91 0.09 0.10 305.77 0.83 0.49
Hex E5 15 D1 0 5B 9 A 132 53 31
Octal 345 25 321 0 133 11 12 462 123 61
Binary 11100101 10101 11010001 0 1011011 1001 1010 100110010 1010011 110001

Color Harmonies of #E515D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515D1

Black with #E515D1

Text Example


Text Example

White with #E515D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515D1; }

 p { color: rgb(229,21,209); }

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

background-color css

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

 a { background-color: rgb(229,21,209); }

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

border-color css

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

 span { border-color: rgb(229,21,209); }

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