#E6A09B

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

Shades of Petite Orchid #E6A09B

Tints of Petite Orchid #E6A09B

Color information

#E6A09B (or 0xE6A09B) is unknown color: approx Petite Orchid. HEX triplet: E6, A0 and 9B. RGB value is (230,160,155). Sum of RGB (Red+Green+Blue) = 230+160+155=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A09B is #195F64. Grayscale: #B4B4B4. Windows color (decimal): -1662821 or 10199270. OLE color: 10199270.

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

Color convert

RGB230160155-
CMYK00.300.330.10
HSL60%75.49%-
HSV(B)32.61%90.2%-
XYZ51.1244.3336.87-
YUV180.36113.69163.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=42.20%
G=29.36%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016015500.300.330.1046075.49
HexE6A09B01E21A43c4b
Octal3462402330364112474113
Binary11100110101000001001101101111010000110101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A09B; }

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

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

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

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

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

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

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

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