#E16C8D

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

Shades of Deep Blush #E16C8D

Tints of Deep Blush #E16C8D

Color information

#E16C8D (or 0xE16C8D) is unknown color: approx Deep Blush. HEX triplet: E1, 6C and 8D. RGB value is (225,108,141). Sum of RGB (Red+Green+Blue) = 225+108+141=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C8D is #1E9372. Grayscale: #929292. Windows color (decimal): -2003827 or 9268449. OLE color: 9268449.

HSL color Cylindrical-coordinate representation of color #E16C8D: hue angle of 343.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C8D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225108141-
CMYK00.520.370.12
HSL343.08º66.1%65.29%-
HSV(B)343.08º52%88.24%-
XYZ41.2228.6628.56-
YUV146.74124.76183.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=47.47%
G=22.78%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510814100.520.370.12343.0866.165.29
HexE16C8D03425C1574241
Octal3411542150644514527102101
Binary111000011101100100011010110100100101110010101011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C8D; }

 p { color: rgb(225,108,141); }

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

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

 a { background-color: rgb(225,108,141); }

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

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

 span { border-color: rgb(225,108,141); }

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