#E9698D

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

Shades of Deep Blush #E9698D

Tints of Deep Blush #E9698D

Color information

#E9698D (or 0xE9698D) is unknown color: approx Deep Blush. HEX triplet: E9, 69 and 8D. RGB value is (233,105,141). Sum of RGB (Red+Green+Blue) = 233+105+141=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9698D is #169672. Grayscale: #939393. Windows color (decimal): -1480307 or 9267689. OLE color: 9267689.

HSL color Cylindrical-coordinate representation of color #E9698D: hue angle of 343.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9698D is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233105141-
CMYK00.550.390.09
HSL343.12º74.42%66.27%-
HSV(B)343.12º54.94%91.37%-
XYZ43.4629.3528.57-
YUV147.38124.41189.07-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=48.64%
G=21.92%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310514100.550.390.09343.1274.4266.27
HexE9698D0372791574a42
Octal3511512150674711527112102
Binary111010011101001100011010110111100111100110101011110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9698D; }

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

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

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

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

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

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

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

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