#E16A8D

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

Shades of Deep Blush #E16A8D

Tints of Deep Blush #E16A8D

Color information

#E16A8D (or 0xE16A8D) is unknown color: approx Deep Blush. HEX triplet: E1, 6A and 8D. RGB value is (225,106,141). Sum of RGB (Red+Green+Blue) = 225+106+141=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A8D is #1E9572. Grayscale: #919191. Windows color (decimal): -2004339 or 9267937. OLE color: 9267937.

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

Color convert

RGB225106141-
CMYK00.530.370.12
HSL342.35º66.48%64.9%-
HSV(B)342.35º52.89%88.24%-
XYZ41.0128.2428.49-
YUV145.57125.42184.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=47.67%
G=22.46%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510614100.530.370.12342.3566.4864.9
HexE16A8D03525C1564241
Octal3411522150654514526102101
Binary111000011101010100011010110101100101110010101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A8D; }

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

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

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

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

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

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

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

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