Html Css Color HEX #E515D2 Shocking Pink

📋 copy color: '#E515D2'

red 229 ◦ green 21 ◦ blue 210

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

Shades of Shocking Pink #E515D2

Tints of Shocking Pink #E515D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 49.78%
G = 4.57%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E515D2 (or 0xE515D2) is known color: Shocking Pink. HEX triplet: E5, 15 and D2. RGB value is (229,21,210). Sum of RGB (Red+Green+Blue) = 229+21+210=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E515D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515D2 is #1AEA2D. Grayscale: #686868. Windows color (decimal): -1763886 or 13768165. OLE color: 13768165.

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

Color convert

RGB 229 21 210 -
CMYK 0 0.91 0.08 0.10
HSL 305.48º 0.83% 0.49% -
HSV(B) 305.48º 0.91% 0.9% -
XYZ 44.21 21.85 62.86 -
YUV 104.74 187.41 216.63 -
System Red Green Blue C M Y K H S L
Decimal 229 21 210 0 0.91 0.08 0.10 305.48 0.83 0.49
Hex E5 15 D2 0 5B 8 A 131 53 31
Octal 345 25 322 0 133 10 12 461 123 61
Binary 11100101 10101 11010010 0 1011011 1000 1010 100110001 1010011 110001

Color Harmonies of #E515D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515D2

Black with #E515D2

Text Example


Text Example

White with #E515D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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