Html Css Color HEX #E51AD4 Shocking Pink

📋 copy color: '#E51AD4'

red 229 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #E51AD4

Tints of Shocking Pink #E51AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 49.04%
G = 5.57%
B = 45.4%

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

#E51AD4 (or 0xE51AD4) is known color: Shocking Pink. HEX triplet: E5, 1A and D4. RGB value is (229,26,212). Sum of RGB (Red+Green+Blue) = 229+26+212=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51AD4 is #1AE52B. Grayscale: #6B6B6B. Windows color (decimal): -1762604 or 13900517. OLE color: 13900517.

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

Color convert

RGB 229 26 212 -
CMYK 0 0.89 0.07 0.10
HSL 305.02º 0.8% 0.5% -
HSV(B) 305.02º 0.89% 0.9% -
XYZ 44.57 22.15 64.21 -
YUV 107.9 186.75 214.38 -
System Red Green Blue C M Y K H S L
Decimal 229 26 212 0 0.89 0.07 0.10 305.02 0.8 0.5
Hex E5 1A D4 0 59 7 A 131 50 32
Octal 345 32 324 0 131 7 12 461 120 62
Binary 11100101 11010 11010100 0 1011001 111 1010 100110001 1010000 110010

Color Harmonies of #E51AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51AD4

Black with #E51AD4

Text Example


Text Example

White with #E51AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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