Html Css Color HEX #E06D89 Deep Blush

📋 copy color: '#E06D89'

red 224 ◦ green 109 ◦ blue 137

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

Shades of Deep Blush #E06D89

Tints of Deep Blush #E06D89

RGB

 RED value IS 224 (87.89% from 255) = 47.66%

 GREEN value IS 109 (42.97% from 255) = 23.19%

 BLUE value IS 137 (53.91% from 255) = 29.15%

R = 47.66%
G = 23.19%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E06D89 (or 0xE06D89) is known color: Deep Blush. HEX triplet: E0, 6D and 89. RGB value is (224,109,137). Sum of RGB (Red+Green+Blue) = 224+109+137=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D89 is #1F9276. Grayscale: #929292. Windows color (decimal): -2069111 or 9006560. OLE color: 9006560.

HSL color Cylindrical-coordinate representation of color #E06D89: hue angle of 345.39º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D89 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 137 -
CMYK 0 0.51 0.39 0.12
HSL 345.39º 0.65% 0.65% -
HSV(B) 345.39º 0.51% 0.88% -
XYZ 40.72 28.59 27.04 -
YUV 146.58 122.6 183.22 -
System Red Green Blue C M Y K H S L
Decimal 224 109 137 0 0.51 0.39 0.12 345.39 0.65 0.65
Hex E0 6D 89 0 33 27 C 159 41 41
Octal 340 155 211 0 63 47 14 531 101 101
Binary 11100000 1101101 10001001 0 110011 100111 1100 101011001 1000001 1000001

Color Harmonies of #E06D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D89

Black with #E06D89

Text Example


Text Example

White with #E06D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D89; }

 p { color: rgb(224,109,137); }

 H1.HeaderClassName
 {
   color: #E06D89;
 }
 .AnyTagClassName
 {
   color: #E06D89;
 }
</style>

background-color css

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

 a { background-color: rgb(224,109,137); }

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

border-color css

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

 span { border-color: rgb(224,109,137); }

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