#E0698B

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

Shades of Deep Blush #E0698B

Tints of Deep Blush #E0698B

Color information

#E0698B (or 0xE0698B) is unknown color: approx Deep Blush. HEX triplet: E0, 69 and 8B. RGB value is (224,105,139). Sum of RGB (Red+Green+Blue) = 224+105+139=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0698B is #1F9674. Grayscale: #909090. Windows color (decimal): -2070133 or 9136608. OLE color: 9136608.

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

Color convert

RGB224105139-
CMYK00.530.380.12
HSL342.86º65.75%64.51%-
HSV(B)342.86º53.12%87.84%-
XYZ40.4527.8127.66-
YUV144.46124.92184.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.86%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=47.86%
G=22.44%
B=29.70%

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
Decimal22410513900.530.380.12342.8665.7564.51
HexE0698B03526C1574241
Octal3401512130654614527102101
Binary111000001101001100010110110101100110110010101011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0698B; }

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

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

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

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

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

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

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

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