Html Css Color HEX #E0A09E Petite Orchid

📋 copy color: '#E0A09E'

red 224 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #E0A09E

Tints of Petite Orchid #E0A09E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 158 (62.11% from 255) = 29.15%

R = 41.33%
G = 29.52%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0A09E (or 0xE0A09E) is known color: Petite Orchid. HEX triplet: E0, A0 and 9E. RGB value is (224,160,158). Sum of RGB (Red+Green+Blue) = 224+160+158=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A09E is #1F5F61. Grayscale: #B2B2B2. Windows color (decimal): -2056034 or 10395872. OLE color: 10395872.

HSL color Cylindrical-coordinate representation of color #E0A09E: hue angle of 1.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A09E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 158 -
CMYK 0 0.29 0.29 0.12
HSL 1.82º 0.52% 0.75% -
HSV(B) 1.82º 0.29% 0.88% -
XYZ 49.48 43.46 38.13 -
YUV 178.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 224 160 158 0 0.29 0.29 0.12 1.82 0.52 0.75
Hex E0 A0 9E 0 1D 1D C 2 34 4B
Octal 340 240 236 0 35 35 14 2 64 113
Binary 11100000 10100000 10011110 0 11101 11101 1100 10 110100 1001011

Color Harmonies of #E0A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A09E

Black with #E0A09E

Text Example


Text Example

White with #E0A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A09E; }

 p { color: rgb(224,160,158); }

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

background-color css

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

 a { background-color: rgb(224,160,158); }

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

border-color css

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

 span { border-color: rgb(224,160,158); }

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