#E16580

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

Shades of Deep Blush #E16580

Tints of Deep Blush #E16580

Color information

#E16580 (or 0xE16580) is unknown color: approx Deep Blush. HEX triplet: E1, 65 and 80. RGB value is (225,101,128). Sum of RGB (Red+Green+Blue) = 225+101+128=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16580 is #1E9A7F. Grayscale: #8D8D8D. Windows color (decimal): -2005632 or 8414689. OLE color: 8414689.

HSL color Cylindrical-coordinate representation of color #E16580: hue angle of 346.94º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16580 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225101128-
CMYK00.550.430.12
HSL346.94º67.39%63.92%-
HSV(B)346.94º55.11%88.24%-
XYZ39.626.8723.52-
YUV141.15120.58187.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=49.56%
G=22.25%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510112800.550.430.12346.9467.3963.92
HexE165800372BC15b4340
Octal3411452000675314533103100
Binary111000011100101100000000110111101011110010101101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16580; }

 p { color: rgb(225,101,128); }

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

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

 a { background-color: rgb(225,101,128); }

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

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

 span { border-color: rgb(225,101,128); }

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