Html Css Color HEX #E06A89 Deep Blush

📋 copy color: '#E06A89'

red 224 ◦ green 106 ◦ blue 137

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

Shades of Deep Blush #E06A89

Tints of Deep Blush #E06A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

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

R = 47.97%
G = 22.7%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E06A89 (or 0xE06A89) is known color: Deep Blush. HEX triplet: E0, 6A and 89. RGB value is (224,106,137). Sum of RGB (Red+Green+Blue) = 224+106+137=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A89 is #1F9576. Grayscale: #909090. Windows color (decimal): -2069879 or 9005792. OLE color: 9005792.

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

Color convert

RGB 224 106 137 -
CMYK 0 0.53 0.39 0.12
HSL 344.24º 0.66% 0.65% -
HSV(B) 344.24º 0.53% 0.88% -
XYZ 40.41 27.96 26.93 -
YUV 144.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 224 106 137 0 0.53 0.39 0.12 344.24 0.66 0.65
Hex E0 6A 89 0 35 27 C 158 42 41
Octal 340 152 211 0 65 47 14 530 102 101
Binary 11100000 1101010 10001001 0 110101 100111 1100 101011000 1000010 1000001

Color Harmonies of #E06A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A89

Black with #E06A89

Text Example


Text Example

White with #E06A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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