#E16D8F

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

Shades of Deep Blush #E16D8F

Tints of Deep Blush #E16D8F

Color information

#E16D8F (or 0xE16D8F) is unknown color: approx Deep Blush. HEX triplet: E1, 6D and 8F. RGB value is (225,109,143). Sum of RGB (Red+Green+Blue) = 225+109+143=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D8F is #1E9270. Grayscale: #939393. Windows color (decimal): -2003569 or 9399777. OLE color: 9399777.

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

Color convert

RGB225109143-
CMYK00.520.360.12
HSL342.41º65.91%65.49%-
HSV(B)342.41º51.56%88.24%-
XYZ41.4828.9329.38-
YUV147.56125.43183.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=47.17%
G=22.85%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510914300.520.360.12342.4165.9165.49
HexE16D8F03424C1564241
Octal3411552170644414526102101
Binary111000011101101100011110110100100100110010101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D8F; }

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

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

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

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

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

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

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

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