Html Css Color HEX #E1A894 Rose

📋 copy color: '#E1A894'

red 225 ◦ green 168 ◦ blue 148

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

Shades of Rose #E1A894

Tints of Rose #E1A894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 148 (58.2% from 255) = 27.36%

R = 41.59%
G = 31.05%
B = 27.36%

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

#E1A894 (or 0xE1A894) is known color: Rose. HEX triplet: E1, A8 and 94. RGB value is (225,168,148). Sum of RGB (Red+Green+Blue) = 225+168+148=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A894 is #1E576B. Grayscale: #B6B6B6. Windows color (decimal): -1988460 or 9742561. OLE color: 9742561.

HSL color Cylindrical-coordinate representation of color #E1A894: hue angle of 15.58º degrees, saturation: 0.56, 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 #E1A894 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 148 -
CMYK 0 0.25 0.34 0.12
HSL 15.58º 0.56% 0.73% -
HSV(B) 15.58º 0.34% 0.88% -
XYZ 50.4 46.15 34.27 -
YUV 182.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 225 168 148 0 0.25 0.34 0.12 15.58 0.56 0.73
Hex E1 A8 94 0 19 22 C 10 38 49
Octal 341 250 224 0 31 42 14 20 70 111
Binary 11100001 10101000 10010100 0 11001 100010 1100 10000 111000 1001001

Color Harmonies of #E1A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A894

Black with #E1A894

Text Example


Text Example

White with #E1A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A894; }

 p { color: rgb(225,168,148); }

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

background-color css

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

 a { background-color: rgb(225,168,148); }

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

border-color css

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

 span { border-color: rgb(225,168,148); }

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