Html Css Color HEX #E0698C Deep Blush

📋 copy color: '#E0698C'

red 224 ◦ green 105 ◦ blue 140

#E0698C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #E0698C

Tints of Deep Blush #E0698C

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 value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0698C (or 0xE0698C) is known color: 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

RGB 224 105 140 -
CMYK 0 0.53 0.38 0.12
HSL 342.35º 0.66% 0.65% -
HSV(B) 342.35º 0.53% 0.88% -
XYZ 40.53 27.84 28.05 -
YUV 144.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 224 105 140 0 0.53 0.38 0.12 342.35 0.66 0.65
Hex E0 69 8C 0 35 26 C 156 42 41
Octal 340 151 214 0 65 46 14 526 102 101
Binary 11100000 1101001 10001100 0 110101 100110 1100 101010110 1000010 1000001

Color Harmonies of #E0698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0698C

Black with #E0698C

Text Example


Text Example

White with #E0698C

Text Example


Text Example

HTML Codes & Css Web 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>