#E61C93

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

Shades of Deep Pink #E61C93

Tints of Deep Pink #E61C93

Color information

#E61C93 (or 0xE61C93) is unknown color: approx Deep Pink. HEX triplet: E6, 1C and 93. RGB value is (230,28,147). Sum of RGB (Red+Green+Blue) = 230+28+147=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C93 is #19E36C. Grayscale: #656565. Windows color (decimal): -1696621 or 9641190. OLE color: 9641190.

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

Color convert

RGB23028147-
CMYK00.880.360.10
HSL324.65º80.16%50.59%-
HSV(B)324.65º87.83%90.2%-
XYZ38.3119.7629.4-
YUV101.96153.42219.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.79%
GREEN value IS 28 (11.33% from 255) = 6.91%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=56.79%
G=6.91%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302814700.880.360.10324.6580.1650.59
HexE61C9305824A1455033
Octal346342230130441250512063
Binary1110011011100100100110101100010010010101010001011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61C93; }

 p { color: rgb(230,28,147); }

 H1.HeaderClassName
 {
   color: #E61C93;
 }
 .AnyTagClassName
 {
   color: #E61C93;
 }
</style>
background-color css

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

 a { background-color: rgb(230,28,147); }

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

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

 span { border-color: rgb(230,28,147); }

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