Html Css Color HEX #E0A39B Rose

📋 copy color: '#E0A39B'

red 224 ◦ green 163 ◦ blue 155

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

Shades of Rose #E0A39B

Tints of Rose #E0A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 41.33%
G = 30.07%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0A39B (or 0xE0A39B) is known color: Rose. HEX triplet: E0, A3 and 9B. RGB value is (224,163,155). Sum of RGB (Red+Green+Blue) = 224+163+155=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A39B is #1F5C64. Grayscale: #B4B4B4. Windows color (decimal): -2055269 or 10200032. OLE color: 10200032.

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

Color convert

RGB 224 163 155 -
CMYK 0 0.27 0.31 0.12
HSL 6.96º 0.53% 0.74% -
HSV(B) 6.96º 0.31% 0.88% -
XYZ 49.75 44.41 36.96 -
YUV 180.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 224 163 155 0 0.27 0.31 0.12 6.96 0.53 0.74
Hex E0 A3 9B 0 1B 1F C 7 35 4A
Octal 340 243 233 0 33 37 14 7 65 112
Binary 11100000 10100011 10011011 0 11011 11111 1100 111 110101 1001010

Color Harmonies of #E0A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A39B

Black with #E0A39B

Text Example


Text Example

White with #E0A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A39B; }

 p { color: rgb(224,163,155); }

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

background-color css

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

 a { background-color: rgb(224,163,155); }

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

border-color css

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

 span { border-color: rgb(224,163,155); }

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