Html Css Color HEX #E51DCE Shocking Pink

📋 copy color: '#E51DCE'

red 229 ◦ green 29 ◦ blue 206

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

Shades of Shocking Pink #E51DCE

Tints of Shocking Pink #E51DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.25%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 49.35%
G = 6.25%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E51DCE (or 0xE51DCE) is known color: Shocking Pink. HEX triplet: E5, 1D and CE. RGB value is (229,29,206). Sum of RGB (Red+Green+Blue) = 229+29+206=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E51DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51DCE is #1AE231. Grayscale: #6C6C6C. Windows color (decimal): -1761842 or 13508069. OLE color: 13508069.

HSL color Cylindrical-coordinate representation of color #E51DCE: hue angle of 306.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51DCE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 29 206 -
CMYK 0 0.87 0.10 0.10
HSL 306.9º 0.79% 0.51% -
HSV(B) 306.9º 0.87% 0.9% -
XYZ 43.89 21.99 60.32 -
YUV 108.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 229 29 206 0 0.87 0.10 0.10 306.9 0.79 0.51
Hex E5 1D CE 0 57 A A 133 4F 33
Octal 345 35 316 0 127 12 12 463 117 63
Binary 11100101 11101 11001110 0 1010111 1010 1010 100110011 1001111 110011

Color Harmonies of #E51DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51DCE

Black with #E51DCE

Text Example


Text Example

White with #E51DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51DCE; }

 p { color: rgb(229,29,206); }

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

background-color css

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

 a { background-color: rgb(229,29,206); }

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

border-color css

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

 span { border-color: rgb(229,29,206); }

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