Html Css Color HEX #E1A498 Rose

📋 copy color: '#E1A498'

red 225 ◦ green 164 ◦ blue 152

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

Shades of Rose #E1A498

Tints of Rose #E1A498

RGB

 RED value IS 225 (88.28% from 255) = 41.59%

 GREEN value IS 164 (64.45% from 255) = 30.31%

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

R = 41.59%
G = 30.31%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1A498 (or 0xE1A498) is known color: Rose. HEX triplet: E1, A4 and 98. RGB value is (225,164,152). Sum of RGB (Red+Green+Blue) = 225+164+152=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A498 is #1E5B67. Grayscale: #B4B4B4. Windows color (decimal): -1989480 or 10003681. OLE color: 10003681.

HSL color Cylindrical-coordinate representation of color #E1A498: hue angle of 9.86º degrees, saturation: 0.55, 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 #E1A498 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 164 152 -
CMYK 0 0.27 0.32 0.12
HSL 9.86º 0.55% 0.74% -
HSV(B) 9.86º 0.32% 0.88% -
XYZ 49.99 44.83 35.72 -
YUV 180.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 225 164 152 0 0.27 0.32 0.12 9.86 0.55 0.74
Hex E1 A4 98 0 1B 20 C A 37 4A
Octal 341 244 230 0 33 40 14 12 67 112
Binary 11100001 10100100 10011000 0 11011 100000 1100 1010 110111 1001010

Color Harmonies of #E1A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A498

Black with #E1A498

Text Example


Text Example

White with #E1A498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A498; }

 p { color: rgb(225,164,152); }

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

background-color css

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

 a { background-color: rgb(225,164,152); }

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

border-color css

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

 span { border-color: rgb(225,164,152); }

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