Html Css Color HEX #E0A993 Rose

📋 copy color: '#E0A993'

red 224 ◦ green 169 ◦ blue 147

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

Shades of Rose #E0A993

Tints of Rose #E0A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

 BLUE value IS 147 (57.81% from 255) = 27.22%

R = 41.48%
G = 31.3%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E0A993 (or 0xE0A993) is known color: Rose. HEX triplet: E0, A9 and 93. RGB value is (224,169,147). Sum of RGB (Red+Green+Blue) = 224+169+147=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A993 is #1F566C. Grayscale: #B7B7B7. Windows color (decimal): -2053741 or 9677280. OLE color: 9677280.

HSL color Cylindrical-coordinate representation of color #E0A993: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0A993 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 169 147 -
CMYK 0 0.25 0.34 0.12
HSL 17.14º 0.55% 0.73% -
HSV(B) 17.14º 0.34% 0.88% -
XYZ 50.19 46.33 33.9 -
YUV 182.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 224 169 147 0 0.25 0.34 0.12 17.14 0.55 0.73
Hex E0 A9 93 0 19 22 C 11 37 49
Octal 340 251 223 0 31 42 14 21 67 111
Binary 11100000 10101001 10010011 0 11001 100010 1100 10001 110111 1001001

Color Harmonies of #E0A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A993

Black with #E0A993

Text Example


Text Example

White with #E0A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A993; }

 p { color: rgb(224,169,147); }

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

background-color css

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

 a { background-color: rgb(224,169,147); }

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

border-color css

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

 span { border-color: rgb(224,169,147); }

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