#E1748C

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

Shades of Deep Blush #E1748C

Tints of Deep Blush #E1748C

Color information

#E1748C (or 0xE1748C) is unknown color: approx Deep Blush. HEX triplet: E1, 74 and 8C. RGB value is (225,116,140). Sum of RGB (Red+Green+Blue) = 225+116+140=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1748C is #1E8B73. Grayscale: #979797. Windows color (decimal): -2001780 or 9204961. OLE color: 9204961.

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

Color convert

RGB225116140-
CMYK00.480.380.12
HSL346.79º64.5%66.86%-
HSV(B)346.79º48.44%88.24%-
XYZ42.0330.3928.46-
YUV151.33121.61180.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=46.78%
G=24.12%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511614000.480.380.12346.7964.566.86
HexE1748C03026C15b4043
Octal3411642140604614533100103
Binary111000011110100100011000110000100110110010101101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1748C; }

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

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

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

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

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

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

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

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