#E0698C

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

Shades of Deep Blush #E0698C

Tints of Deep Blush #E0698C

Color information

#E0698C (or 0xE0698C) is unknown color: approx Deep Blush. HEX triplet: E0, 69 and 8C. RGB value is (224,105,140). Sum of RGB (Red+Green+Blue) = 224+105+140=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0698C is #1F9673. Grayscale: #909090. Windows color (decimal): -2070132 or 9202144. OLE color: 9202144.

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

Color convert

RGB224105140-
CMYK00.530.380.12
HSL342.35º65.75%64.51%-
HSV(B)342.35º53.12%87.84%-
XYZ40.5327.8428.05-
YUV144.57125.42184.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=47.76%
G=22.39%
B=29.85%

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
Decimal22410514000.530.380.12342.3565.7564.51
HexE0698C03526C1564241
Octal3401512140654614526102101
Binary111000001101001100011000110101100110110010101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0698C; }

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

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

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

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

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

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

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

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