Html Css Color HEX #E2A49A Rose

📋 copy color: '#E2A49A'

red 226 ◦ green 164 ◦ blue 154

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

Shades of Rose #E2A49A

Tints of Rose #E2A49A

RGB

 RED value IS 226 (88.67% from 255) = 41.54%

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

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 41.54%
G = 30.15%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2A49A (or 0xE2A49A) is known color: Rose. HEX triplet: E2, A4 and 9A. RGB value is (226,164,154). Sum of RGB (Red+Green+Blue) = 226+164+154=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A49A is #1D5B65. Grayscale: #B5B5B5. Windows color (decimal): -1923942 or 10134754. OLE color: 10134754.

HSL color Cylindrical-coordinate representation of color #E2A49A: hue angle of 8.33º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A49A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 164 154 -
CMYK 0 0.27 0.32 0.11
HSL 8.33º 0.55% 0.75% -
HSV(B) 8.33º 0.32% 0.89% -
XYZ 50.47 45.05 36.61 -
YUV 181.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 226 164 154 0 0.27 0.32 0.11 8.33 0.55 0.75
Hex E2 A4 9A 0 1B 20 B 8 37 4B
Octal 342 244 232 0 33 40 13 10 67 113
Binary 11100010 10100100 10011010 0 11011 100000 1011 1000 110111 1001011

Color Harmonies of #E2A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A49A

Black with #E2A49A

Text Example


Text Example

White with #E2A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A49A; }

 p { color: rgb(226,164,154); }

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

background-color css

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

 a { background-color: rgb(226,164,154); }

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

border-color css

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

 span { border-color: rgb(226,164,154); }

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