#E81A95

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

Shades of Deep Pink #E81A95

Tints of Deep Pink #E81A95

Color information

#E81A95 (or 0xE81A95) is unknown color: approx Deep Pink. HEX triplet: E8, 1A and 95. RGB value is (232,26,149). Sum of RGB (Red+Green+Blue) = 232+26+149=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81A95 is #17E56A. Grayscale: #656565. Windows color (decimal): -1566059 or 9771752. OLE color: 9771752.

HSL color Cylindrical-coordinate representation of color #E81A95: hue angle of 324.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A95 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23226149-
CMYK00.890.360.09
HSL324.17º81.75%50.59%-
HSV(B)324.17º88.79%90.98%-
XYZ39.0720.0630.25-
YUV101.62154.75221-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.00%
GREEN value IS 26 (10.55% from 255) = 6.39%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=57.00%
G=6.39%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322614900.890.360.09324.1781.7550.59
HexE81A950592491445233
Octal350322250131441150412263
Binary1110100011010100101010101100110010010011010001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A95; }

 p { color: rgb(232,26,149); }

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

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

 a { background-color: rgb(232,26,149); }

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

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

 span { border-color: rgb(232,26,149); }

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