#E1658C

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

Shades of Deep Blush #E1658C

Tints of Deep Blush #E1658C

Color information

#E1658C (or 0xE1658C) is unknown color: approx Deep Blush. HEX triplet: E1, 65 and 8C. RGB value is (225,101,140). Sum of RGB (Red+Green+Blue) = 225+101+140=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1658C is #1E9A73. Grayscale: #8E8E8E. Windows color (decimal): -2005620 or 9201121. OLE color: 9201121.

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

Color convert

RGB225101140-
CMYK00.550.380.12
HSL341.13º67.39%63.92%-
HSV(B)341.13º55.11%88.24%-
XYZ40.4427.2127.93-
YUV142.52126.58186.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=48.28%
G=21.67%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510114000.550.380.12341.1367.3963.92
HexE1658C03726C1554340
Octal3411452140674614525103100
Binary111000011100101100011000110111100110110010101010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1658C; }

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

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

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

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

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

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

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

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