Html Css Color HEX #E51C94 Deep Pink

📋 copy color: '#E51C94'

red 229 ◦ green 28 ◦ blue 148

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

Shades of Deep Pink #E51C94

Tints of Deep Pink #E51C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 56.54%
G = 6.91%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E51C94 (or 0xE51C94) is known color: Deep Pink. HEX triplet: E5, 1C and 94. RGB value is (229,28,148). Sum of RGB (Red+Green+Blue) = 229+28+148=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51C94 is #1AE36B. Grayscale: #656565. Windows color (decimal): -1762156 or 9706725. OLE color: 9706725.

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

Color convert

RGB 229 28 148 -
CMYK 0 0.88 0.35 0.10
HSL 324.18º 0.79% 0.5% -
HSV(B) 324.18º 0.88% 0.9% -
XYZ 38.07 19.63 29.8 -
YUV 101.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 229 28 148 0 0.88 0.35 0.10 324.18 0.79 0.5
Hex E5 1C 94 0 58 23 A 144 4F 32
Octal 345 34 224 0 130 43 12 504 117 62
Binary 11100101 11100 10010100 0 1011000 100011 1010 101000100 1001111 110010

Color Harmonies of #E51C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51C94

Black with #E51C94

Text Example


Text Example

White with #E51C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51C94; }

 p { color: rgb(229,28,148); }

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

background-color css

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

 a { background-color: rgb(229,28,148); }

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

border-color css

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

 span { border-color: rgb(229,28,148); }

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