#E1758C

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

Shades of Deep Blush #E1758C

Tints of Deep Blush #E1758C

Color information

#E1758C (or 0xE1758C) is unknown color: approx Deep Blush. HEX triplet: E1, 75 and 8C. RGB value is (225,117,140). Sum of RGB (Red+Green+Blue) = 225+117+140=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758C is #1E8A73. Grayscale: #979797. Windows color (decimal): -2001524 or 9205217. OLE color: 9205217.

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

Color convert

RGB225117140-
CMYK00.480.380.12
HSL347.22º64.29%67.06%-
HSV(B)347.22º48%88.24%-
XYZ42.1530.6228.5-
YUV151.91121.28180.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=46.68%
G=24.27%
B=29.05%

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
Decimal22511714000.480.380.12347.2264.2967.06
HexE1758C03026C15b4043
Octal3411652140604614533100103
Binary111000011110101100011000110000100110110010101101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1758C; }

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

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

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

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

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

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

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

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