Html Css Color HEX #E5A09F Petite Orchid

📋 copy color: '#E5A09F'

red 229 ◦ green 160 ◦ blue 159

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

Shades of Petite Orchid #E5A09F

Tints of Petite Orchid #E5A09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.01%

R = 41.79%
G = 29.2%
B = 29.01%

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

#E5A09F (or 0xE5A09F) is known color: Petite Orchid. HEX triplet: E5, A0 and 9F. RGB value is (229,160,159). Sum of RGB (Red+Green+Blue) = 229+160+159=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A09F is #1A5F60. Grayscale: #B4B4B4. Windows color (decimal): -1728353 or 10461413. OLE color: 10461413.

HSL color Cylindrical-coordinate representation of color #E5A09F: hue angle of 0.86º degrees, saturation: 0.57, 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 #E5A09F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 159 -
CMYK 0 0.30 0.31 0.10
HSL 0.86º 0.57% 0.76% -
HSV(B) 0.86º 0.31% 0.9% -
XYZ 51.14 44.3 38.66 -
YUV 180.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 229 160 159 0 0.30 0.31 0.10 0.86 0.57 0.76
Hex E5 A0 9F 0 1E 1F A 1 39 4C
Octal 345 240 237 0 36 37 12 1 71 114
Binary 11100101 10100000 10011111 0 11110 11111 1010 1 111001 1001100

Color Harmonies of #E5A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A09F

Black with #E5A09F

Text Example


Text Example

White with #E5A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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