#E1698B

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

Shades of Deep Blush #E1698B

Tints of Deep Blush #E1698B

Color information

#E1698B (or 0xE1698B) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 8B. RGB value is (225,105,139). Sum of RGB (Red+Green+Blue) = 225+105+139=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1698B is #1E9674. Grayscale: #909090. Windows color (decimal): -2004597 or 9136609. OLE color: 9136609.

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

Color convert

RGB225105139-
CMYK00.530.380.12
HSL343º66.67%64.71%-
HSV(B)343º53.33%88.24%-
XYZ40.7627.9727.68-
YUV144.76124.76185.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=47.97%
G=22.39%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513900.530.380.1234366.6764.71
HexE1698B03526C1574341
Octal3411512130654614527103101
Binary111000011101001100010110110101100110110010101011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1698B; }

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

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

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

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

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

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

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

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