Html Css Color HEX #E7A09E Petite Orchid

📋 copy color: '#E7A09E'

red 231 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #E7A09E

Tints of Petite Orchid #E7A09E

RGB

 RED value IS 231 (90.63% from 255) = 42.08%

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

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

R = 42.08%
G = 29.14%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7A09E (or 0xE7A09E) is known color: Petite Orchid. HEX triplet: E7, A0 and 9E. RGB value is (231,160,158). Sum of RGB (Red+Green+Blue) = 231+160+158=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A09E is #185F61. Grayscale: #B5B5B5. Windows color (decimal): -1597282 or 10395879. OLE color: 10395879.

HSL color Cylindrical-coordinate representation of color #E7A09E: hue angle of 1.64º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A09E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 160 158 -
CMYK 0 0.31 0.32 0.09
HSL 1.64º 0.6% 0.76% -
HSV(B) 1.64º 0.32% 0.91% -
XYZ 51.7 44.6 38.23 -
YUV 181 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 231 160 158 0 0.31 0.32 0.09 1.64 0.6 0.76
Hex E7 A0 9E 0 1F 20 9 2 3C 4C
Octal 347 240 236 0 37 40 11 2 74 114
Binary 11100111 10100000 10011110 0 11111 100000 1001 10 111100 1001100

Color Harmonies of #E7A09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A09E

Black with #E7A09E

Text Example


Text Example

White with #E7A09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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