#e16d8c

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

Shades of Deep Blush #E16D8C

Tints of Deep Blush #E16D8C

Color information

#E16D8C (or 0xE16D8C) is unknown color: approx Deep Blush. HEX triplet: E1, 6D and 8C. RGB value is (225,109,140). Sum of RGB (Red+Green+Blue) = 225+109+140=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8C is #1E9273. Grayscale: #939393. Windows color (decimal): -2003572 or 9203169. OLE color: 9203169.

HSL color Cylindrical-coordinate representation of color #E16D8C: hue angle of 343.97º 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 #E16D8C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225109140-
CMYK00.520.380.12
HSL343.97º65.91%65.49%-
HSV(B)343.97º51.56%88.24%-
XYZ41.2528.8428.2-
YUV147.22123.93183.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=47.47%
G=23.00%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510914000.520.380.12343.9765.9165.49
HexE16D8C03426C1584241
Octal3411552140644614530102101
Binary111000011101101100011000110100100110110010101100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16d8c; }

 p { color: rgb(225,109,140); }

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

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

 a { background-color: rgb(225,109,140); }

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

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

 span { border-color: rgb(225,109,140); }

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