#E7A09B

Color #E7A09B Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E7A09B

Tints of Petite Orchid #E7A09B

Color information

#E7A09B (or 0xE7A09B) is unknown color: approx Petite Orchid. HEX triplet: E7, A0 and 9B. RGB value is (231,160,155). Sum of RGB (Red+Green+Blue) = 231+160+155=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A09B is #185F64. Grayscale: #B4B4B4. Windows color (decimal): -1597285 or 10199271. OLE color: 10199271.

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

Color convert

RGB231160155-
CMYK00.310.330.09
HSL3.95º61.29%75.69%-
HSV(B)3.95º32.9%90.59%-
XYZ51.4444.536.89-
YUV180.66113.52163.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=42.31%
G=29.30%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116015500.310.330.093.9561.2975.69
HexE7A09B01F21943d4c
Octal3472402330374111475114
Binary11100111101000001001101101111110000110011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A09B; }

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

 H1.HeaderClassName
 {
   color: #E7A09B;
 }
 .AnyTagClassName
 {
   color: #E7A09B;
 }
</style>
background-color css

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

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

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

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

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

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