#E51C94

Color #E51C94 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E51C94

Tints of Deep Pink #E51C94

Color information

#E51C94 (or 0xE51C94) is unknown color: approx 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

RGB22928148-
CMYK00.880.350.10
HSL324.18º79.45%50.39%-
HSV(B)324.18º87.77%89.8%-
XYZ38.0719.6329.8-
YUV101.78154.09218.74-

RGB Variations

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

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.20% from 255) = 36.54%
R=56.54%
G=6.91%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292814800.880.350.10324.1879.4550.39
HexE51C9405823A1444f32
Octal345342240130431250411762
Binary1110010111100100101000101100010001110101010001001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>