Html Css Color HEX #E2A598 Rose

📋 copy color: '#E2A598'

red 226 ◦ green 165 ◦ blue 152

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

Shades of Rose #E2A598

Tints of Rose #E2A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

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

R = 41.62%
G = 30.39%
B = 27.99%

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

#E2A598 (or 0xE2A598) is known color: Rose. HEX triplet: E2, A5 and 98. RGB value is (226,165,152). Sum of RGB (Red+Green+Blue) = 226+165+152=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A598 is #1D5A67. Grayscale: #B5B5B5. Windows color (decimal): -1923688 or 10003938. OLE color: 10003938.

HSL color Cylindrical-coordinate representation of color #E2A598: hue angle of 10.54º 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 #E2A598 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 152 -
CMYK 0 0.27 0.33 0.11
HSL 10.54º 0.56% 0.74% -
HSV(B) 10.54º 0.33% 0.89% -
XYZ 50.49 45.35 35.8 -
YUV 181.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 226 165 152 0 0.27 0.33 0.11 10.54 0.56 0.74
Hex E2 A5 98 0 1B 21 B B 38 4A
Octal 342 245 230 0 33 41 13 13 70 112
Binary 11100010 10100101 10011000 0 11011 100001 1011 1011 111000 1001010

Color Harmonies of #E2A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A598

Black with #E2A598

Text Example


Text Example

White with #E2A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A598; }

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

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

background-color css

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

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

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

border-color css

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

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

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