#E1698A

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

Shades of Deep Blush #E1698A

Tints of Deep Blush #E1698A

Color information

#E1698A (or 0xE1698A) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 8A. RGB value is (225,105,138). Sum of RGB (Red+Green+Blue) = 225+105+138=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1698A is #1E9675. Grayscale: #909090. Windows color (decimal): -2004598 or 9071073. OLE color: 9071073.

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

Color convert

RGB225105138-
CMYK00.530.390.12
HSL343.5º66.67%64.71%-
HSV(B)343.5º53.33%88.24%-
XYZ40.6927.9527.29-
YUV144.64124.26185.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=48.08%
G=22.44%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513800.530.390.12343.566.6764.71
HexE1698A03527C1584341
Octal3411512120654714530103101
Binary111000011101001100010100110101100111110010101100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1698A; }

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

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

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

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

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

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

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

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