Html Css Color HEX #E5A09E Petite Orchid

📋 copy color: '#E5A09E'

red 229 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #E5A09E

Tints of Petite Orchid #E5A09E

RGB

 RED value IS 229 (89.84% from 255) = 41.86%

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

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

R = 41.86%
G = 29.25%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5A09E (or 0xE5A09E) is known color: Petite Orchid. HEX triplet: E5, A0 and 9E. RGB value is (229,160,158). Sum of RGB (Red+Green+Blue) = 229+160+158=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A09E is #1A5F61. Grayscale: #B4B4B4. Windows color (decimal): -1728354 or 10395877. OLE color: 10395877.

HSL color Cylindrical-coordinate representation of color #E5A09E: hue angle of 1.69º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5A09E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 158 -
CMYK 0 0.30 0.31 0.10
HSL 1.69º 0.58% 0.76% -
HSV(B) 1.69º 0.31% 0.9% -
XYZ 51.06 44.27 38.2 -
YUV 180.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 229 160 158 0 0.30 0.31 0.10 1.69 0.58 0.76
Hex E5 A0 9E 0 1E 1F A 2 3A 4C
Octal 345 240 236 0 36 37 12 2 72 114
Binary 11100101 10100000 10011110 0 11110 11111 1010 10 111010 1001100

Color Harmonies of #E5A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A09E

Black with #E5A09E

Text Example


Text Example

White with #E5A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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