Html Css Color HEX #E51AD5 Shocking Pink

📋 copy color: '#E51AD5'

red 229 ◦ green 26 ◦ blue 213

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

Shades of Shocking Pink #E51AD5

Tints of Shocking Pink #E51AD5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.56%

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 48.93%
G = 5.56%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E51AD5 (or 0xE51AD5) is known color: Shocking Pink. HEX triplet: E5, 1A and D5. RGB value is (229,26,213). Sum of RGB (Red+Green+Blue) = 229+26+213=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AD5 is #1AE52A. Grayscale: #6B6B6B. Windows color (decimal): -1762603 or 13966053. OLE color: 13966053.

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

Color convert

RGB 229 26 213 -
CMYK 0 0.89 0.07 0.10
HSL 304.73º 0.8% 0.5% -
HSV(B) 304.73º 0.89% 0.9% -
XYZ 44.69 22.2 64.88 -
YUV 108.02 187.25 214.29 -
System Red Green Blue C M Y K H S L
Decimal 229 26 213 0 0.89 0.07 0.10 304.73 0.8 0.5
Hex E5 1A D5 0 59 7 A 131 50 32
Octal 345 32 325 0 131 7 12 461 120 62
Binary 11100101 11010 11010101 0 1011001 111 1010 100110001 1010000 110010

Color Harmonies of #E51AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AD5

Black with #E51AD5

Text Example


Text Example

White with #E51AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AD5; }

 p { color: rgb(229,26,213); }

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

background-color css

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

 a { background-color: rgb(229,26,213); }

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

border-color css

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

 span { border-color: rgb(229,26,213); }

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