#E1698D

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

Shades of Deep Blush #E1698D

Tints of Deep Blush #E1698D

Color information

#E1698D (or 0xE1698D) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 8D. RGB value is (225,105,141). Sum of RGB (Red+Green+Blue) = 225+105+141=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1698D is #1E9672. Grayscale: #909090. Windows color (decimal): -2004595 or 9267681. OLE color: 9267681.

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

Color convert

RGB225105141-
CMYK00.530.370.12
HSL342º66.67%64.71%-
HSV(B)342º53.33%88.24%-
XYZ40.9128.0328.45-
YUV144.98125.76185.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=47.77%
G=22.29%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510514100.530.370.1234266.6764.71
HexE1698D03525C1564341
Octal3411512150654514526103101
Binary111000011101001100011010110101100101110010101011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1698D; }

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

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

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

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

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

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

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

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