#E1758E

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

Shades of Deep Blush #E1758E

Tints of Deep Blush #E1758E

Color information

#E1758E (or 0xE1758E) is unknown color: approx Deep Blush. HEX triplet: E1, 75 and 8E. RGB value is (225,117,142). Sum of RGB (Red+Green+Blue) = 225+117+142=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1758E is #1E8A71. Grayscale: #989898. Windows color (decimal): -2001522 or 9336289. OLE color: 9336289.

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

Color convert

RGB225117142-
CMYK00.480.370.12
HSL346.11º64.29%67.06%-
HSV(B)346.11º48%88.24%-
XYZ42.330.6829.28-
YUV152.14122.28179.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=46.49%
G=24.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511714200.480.370.12346.1164.2967.06
HexE1758E03025C15a4043
Octal3411652160604514532100103
Binary111000011110101100011100110000100101110010101101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1758E; }

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

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

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

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

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

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

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

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