#E09C9A

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

Shades of Petite Orchid #E09C9A

Tints of Petite Orchid #E09C9A

Color information

#E09C9A (or 0xE09C9A) is unknown color: approx Petite Orchid. HEX triplet: E0, 9C and 9A. RGB value is (224,156,154). Sum of RGB (Red+Green+Blue) = 224+156+154=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C9A is #1F6365. Grayscale: #B0B0B0. Windows color (decimal): -2057062 or 10132704. OLE color: 10132704.

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

Color convert

RGB224156154-
CMYK00.300.310.12
HSL1.71º53.03%74.12%-
HSV(B)1.71º31.25%87.84%-
XYZ48.4641.9636.12-
YUV176.1115.53162.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=41.95%
G=29.21%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415615400.300.310.121.7153.0374.12
HexE09C9A01E1FC2354a
Octal3402342320363714265112
Binary111000001001110010011010011110111111100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09C9A; }

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

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

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

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

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

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

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

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