Html Css Color HEX #E2A698 Rose

📋 copy color: '#E2A698'

red 226 ◦ green 166 ◦ blue 152

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

Shades of Rose #E2A698

Tints of Rose #E2A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.51%

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

R = 41.54%
G = 30.51%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E2A698 (or 0xE2A698) is known color: Rose. HEX triplet: E2, A6 and 98. RGB value is (226,166,152). Sum of RGB (Red+Green+Blue) = 226+166+152=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A698 is #1D5967. Grayscale: #B6B6B6. Windows color (decimal): -1923432 or 10004194. OLE color: 10004194.

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

Color convert

RGB 226 166 152 -
CMYK 0 0.27 0.33 0.11
HSL 11.35º 0.56% 0.74% -
HSV(B) 11.35º 0.33% 0.89% -
XYZ 50.67 45.71 35.86 -
YUV 182.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 226 166 152 0 0.27 0.33 0.11 11.35 0.56 0.74
Hex E2 A6 98 0 1B 21 B B 38 4A
Octal 342 246 230 0 33 41 13 13 70 112
Binary 11100010 10100110 10011000 0 11011 100001 1011 1011 111000 1001010

Color Harmonies of #E2A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A698

Black with #E2A698

Text Example


Text Example

White with #E2A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A698; }

 p { color: rgb(226,166,152); }

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

background-color css

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

 a { background-color: rgb(226,166,152); }

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

border-color css

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

 span { border-color: rgb(226,166,152); }

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