Html Css Color HEX #E0A992 Rose

📋 copy color: '#E0A992'

red 224 ◦ green 169 ◦ blue 146

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

Shades of Rose #E0A992

Tints of Rose #E0A992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 41.56%
G = 31.35%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0A992 (or 0xE0A992) is known color: Rose. HEX triplet: E0, A9 and 92. RGB value is (224,169,146). Sum of RGB (Red+Green+Blue) = 224+169+146=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A992 is #1F566D. Grayscale: #B6B6B6. Windows color (decimal): -2053742 or 9611744. OLE color: 9611744.

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

Color convert

RGB 224 169 146 -
CMYK 0 0.25 0.35 0.12
HSL 17.69º 0.56% 0.73% -
HSV(B) 17.69º 0.35% 0.88% -
XYZ 50.12 46.3 33.49 -
YUV 182.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 224 169 146 0 0.25 0.35 0.12 17.69 0.56 0.73
Hex E0 A9 92 0 19 23 C 12 38 49
Octal 340 251 222 0 31 43 14 22 70 111
Binary 11100000 10101001 10010010 0 11001 100011 1100 10010 111000 1001001

Color Harmonies of #E0A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A992

Black with #E0A992

Text Example


Text Example

White with #E0A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A992; }

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

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

background-color css

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

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

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

border-color css

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

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

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