#E09A8D

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

Shades of Petite Orchid #E09A8D

Tints of Petite Orchid #E09A8D

Color information

#E09A8D (or 0xE09A8D) is unknown color: approx Petite Orchid. HEX triplet: E0, 9A and 8D. RGB value is (224,154,141). Sum of RGB (Red+Green+Blue) = 224+154+141=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A8D is #1F6572. Grayscale: #ADADAD. Windows color (decimal): -2057587 or 9280224. OLE color: 9280224.

HSL color Cylindrical-coordinate representation of color #E09A8D: hue angle of 9.4º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09A8D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224154141-
CMYK00.310.370.12
HSL9.4º57.24%71.57%-
HSV(B)9.4º37.05%87.84%-
XYZ47.140.8830.61-
YUV173.45109.69164.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=43.16%
G=29.67%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415414100.310.370.129.457.2471.57
HexE09A8D01F25C93948
Octal34023221503745141171110
Binary111000001001101010001101011111100101110010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09A8D; }

 p { color: rgb(224,154,141); }

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

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

 a { background-color: rgb(224,154,141); }

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

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

 span { border-color: rgb(224,154,141); }

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