Html Css Color HEX #E0A598 Rose

📋 copy color: '#E0A598'

red 224 ◦ green 165 ◦ blue 152

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

Shades of Rose #E0A598

Tints of Rose #E0A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 152 (59.77% from 255) = 28.1%

R = 41.4%
G = 30.5%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0A598 (or 0xE0A598) is known color: Rose. HEX triplet: E0, A5 and 98. RGB value is (224,165,152). Sum of RGB (Red+Green+Blue) = 224+165+152=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A598 is #1F5A67. Grayscale: #B5B5B5. Windows color (decimal): -2054760 or 10003936. OLE color: 10003936.

HSL color Cylindrical-coordinate representation of color #E0A598: hue angle of 10.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0A598 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 152 -
CMYK 0 0.26 0.32 0.12
HSL 10.83º 0.54% 0.74% -
HSV(B) 10.83º 0.32% 0.88% -
XYZ 49.86 45.02 35.77 -
YUV 181.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 224 165 152 0 0.26 0.32 0.12 10.83 0.54 0.74
Hex E0 A5 98 0 1A 20 C B 36 4A
Octal 340 245 230 0 32 40 14 13 66 112
Binary 11100000 10100101 10011000 0 11010 100000 1100 1011 110110 1001010

Color Harmonies of #E0A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A598

Black with #E0A598

Text Example


Text Example

White with #E0A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A598; }

 p { color: rgb(224,165,152); }

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

background-color css

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

 a { background-color: rgb(224,165,152); }

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

border-color css

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

 span { border-color: rgb(224,165,152); }

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