Html Css Color HEX #E51AD0 Shocking Pink

📋 copy color: '#E51AD0'

red 229 ◦ green 26 ◦ blue 208

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

Shades of Shocking Pink #E51AD0

Tints of Shocking Pink #E51AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 49.46%
G = 5.62%
B = 44.92%

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

#E51AD0 (or 0xE51AD0) is known color: Shocking Pink. HEX triplet: E5, 1A and D0. RGB value is (229,26,208). Sum of RGB (Red+Green+Blue) = 229+26+208=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AD0 is #1AE52F. Grayscale: #6A6A6A. Windows color (decimal): -1762608 or 13638373. OLE color: 13638373.

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

Color convert

RGB 229 26 208 -
CMYK 0 0.89 0.09 0.10
HSL 306.21º 0.8% 0.5% -
HSV(B) 306.21º 0.89% 0.9% -
XYZ 44.07 21.95 61.59 -
YUV 107.45 184.75 214.7 -
System Red Green Blue C M Y K H S L
Decimal 229 26 208 0 0.89 0.09 0.10 306.21 0.8 0.5
Hex E5 1A D0 0 59 9 A 132 50 32
Octal 345 32 320 0 131 11 12 462 120 62
Binary 11100101 11010 11010000 0 1011001 1001 1010 100110010 1010000 110010

Color Harmonies of #E51AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AD0

Black with #E51AD0

Text Example


Text Example

White with #E51AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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