Html Css Color HEX #E0A198 Petite Orchid

📋 copy color: '#E0A198'

red 224 ◦ green 161 ◦ blue 152

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

Shades of Petite Orchid #E0A198

Tints of Petite Orchid #E0A198

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

 GREEN value IS 161 (63.28% from 255) = 29.98%

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

R = 41.71%
G = 29.98%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0A198 (or 0xE0A198) is known color: Petite Orchid. HEX triplet: E0, A1 and 98. RGB value is (224,161,152). Sum of RGB (Red+Green+Blue) = 224+161+152=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A198 is #1F5E67. Grayscale: #B2B2B2. Windows color (decimal): -2055784 or 10002912. OLE color: 10002912.

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

Color convert

RGB 224 161 152 -
CMYK 0 0.28 0.32 0.12
HSL 7.5º 0.54% 0.74% -
HSV(B) 7.5º 0.32% 0.88% -
XYZ 49.15 43.6 35.53 -
YUV 178.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 224 161 152 0 0.28 0.32 0.12 7.5 0.54 0.74
Hex E0 A1 98 0 1C 20 C 8 36 4A
Octal 340 241 230 0 34 40 14 10 66 112
Binary 11100000 10100001 10011000 0 11100 100000 1100 1000 110110 1001010

Color Harmonies of #E0A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A198

Black with #E0A198

Text Example


Text Example

White with #E0A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A198; }

 p { color: rgb(224,161,152); }

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

background-color css

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

 a { background-color: rgb(224,161,152); }

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

border-color css

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

 span { border-color: rgb(224,161,152); }

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