Html Css Color HEX #E0698B Deep Blush

📋 copy color: '#E0698B'

red 224 ◦ green 105 ◦ blue 139

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

Shades of Deep Blush #E0698B

Tints of Deep Blush #E0698B

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.7%

R = 47.86%
G = 22.44%
B = 29.7%

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

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

RGB 224 105 139 -
CMYK 0 0.53 0.38 0.12
HSL 342.86º 0.66% 0.65% -
HSV(B) 342.86º 0.53% 0.88% -
XYZ 40.45 27.81 27.66 -
YUV 144.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 224 105 139 0 0.53 0.38 0.12 342.86 0.66 0.65
Hex E0 69 8B 0 35 26 C 157 42 41
Octal 340 151 213 0 65 46 14 527 102 101
Binary 11100000 1101001 10001011 0 110101 100110 1100 101010111 1000010 1000001

Color Harmonies of #E0698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0698B

Black with #E0698B

Text Example


Text Example

White with #E0698B

Text Example


Text Example

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