#E09389

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

Shades of Petite Orchid #E09389

Tints of Petite Orchid #E09389

Color information

#E09389 (or 0xE09389) is unknown color: approx Petite Orchid. HEX triplet: E0, 93 and 89. RGB value is (224,147,137). Sum of RGB (Red+Green+Blue) = 224+147+137=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E09389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09389 is #1F6C76. Grayscale: #A9A9A9. Windows color (decimal): -2059383 or 9016288. OLE color: 9016288.

HSL color Cylindrical-coordinate representation of color #E09389: hue angle of 6.9º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09389 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224147137-
CMYK00.340.390.12
HSL6.9º58.39%70.78%-
HSV(B)6.9º38.84%87.84%-
XYZ45.6938.5228.69-
YUV168.88110.01167.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=44.09%
G=28.94%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414713700.340.390.126.958.3970.78
HexE0938902227C73a47
Octal3402232110424714772107
Binary111000001001001110001001010001010011111001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09389; }

 p { color: rgb(224,147,137); }

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

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

 a { background-color: rgb(224,147,137); }

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

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

 span { border-color: rgb(224,147,137); }

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