Html Css Color HEX #E51ACD Shocking Pink

📋 copy color: '#E51ACD'

red 229 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #E51ACD

Tints of Shocking Pink #E51ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 49.78%
G = 5.65%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E51ACD (or 0xE51ACD) is known color: Shocking Pink. HEX triplet: E5, 1A and CD. RGB value is (229,26,205). Sum of RGB (Red+Green+Blue) = 229+26+205=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ACD is #1AE532. Grayscale: #6A6A6A. Windows color (decimal): -1762611 or 13441765. OLE color: 13441765.

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

Color convert

RGB 229 26 205 -
CMYK 0 0.89 0.10 0.10
HSL 307.09º 0.8% 0.5% -
HSV(B) 307.09º 0.89% 0.9% -
XYZ 43.7 21.8 59.66 -
YUV 107.1 183.25 214.95 -
System Red Green Blue C M Y K H S L
Decimal 229 26 205 0 0.89 0.10 0.10 307.09 0.8 0.5
Hex E5 1A CD 0 59 A A 133 50 32
Octal 345 32 315 0 131 12 12 463 120 62
Binary 11100101 11010 11001101 0 1011001 1010 1010 100110011 1010000 110010

Color Harmonies of #E51ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51ACD

Black with #E51ACD

Text Example


Text Example

White with #E51ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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