#E1697F

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

Shades of Deep Blush #E1697F

Tints of Deep Blush #E1697F

Color information

#E1697F (or 0xE1697F) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 7F. RGB value is (225,105,127). Sum of RGB (Red+Green+Blue) = 225+105+127=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1697F is #1E9680. Grayscale: #8F8F8F. Windows color (decimal): -2004609 or 8350177. OLE color: 8350177.

HSL color Cylindrical-coordinate representation of color #E1697F: hue angle of 349º degrees, saturation: 0.67, 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 #E1697F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225105127-
CMYK00.530.440.12
HSL349º66.67%64.71%-
HSV(B)349º53.33%88.24%-
XYZ39.9327.6423.31-
YUV143.39118.76186.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 127 (50% from 255) = 27.79%
R=49.23%
G=22.98%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510512700.530.440.1234966.6764.71
HexE1697F0352CC15d4341
Octal3411511770655414535103101
Binary11100001110100111111110110101101100110010101110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1697F; }

 p { color: rgb(225,105,127); }

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

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

 a { background-color: rgb(225,105,127); }

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

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

 span { border-color: rgb(225,105,127); }

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