Html Css Color HEX #E51AD1 Shocking Pink

📋 copy color: '#E51AD1'

red 229 ◦ green 26 ◦ blue 209

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

Shades of Shocking Pink #E51AD1

Tints of Shocking Pink #E51AD1

RGB

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

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

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

R = 49.35%
G = 5.6%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E51AD1 (or 0xE51AD1) is known color: Shocking Pink. HEX triplet: E5, 1A and D1. RGB value is (229,26,209). Sum of RGB (Red+Green+Blue) = 229+26+209=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AD1 is #1AE52E. Grayscale: #6B6B6B. Windows color (decimal): -1762607 or 13703909. OLE color: 13703909.

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

Color convert

RGB 229 26 209 -
CMYK 0 0.89 0.09 0.10
HSL 305.91º 0.8% 0.5% -
HSV(B) 305.91º 0.89% 0.9% -
XYZ 44.19 22 62.24 -
YUV 107.56 185.25 214.62 -
System Red Green Blue C M Y K H S L
Decimal 229 26 209 0 0.89 0.09 0.10 305.91 0.8 0.5
Hex E5 1A D1 0 59 9 A 132 50 32
Octal 345 32 321 0 131 11 12 462 120 62
Binary 11100101 11010 11010001 0 1011001 1001 1010 100110010 1010000 110010

Color Harmonies of #E51AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AD1

Black with #E51AD1

Text Example


Text Example

White with #E51AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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