#E09C8F

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

Shades of Petite Orchid #E09C8F

Tints of Petite Orchid #E09C8F

Color information

#E09C8F (or 0xE09C8F) is unknown color: approx Petite Orchid. HEX triplet: E0, 9C and 8F. RGB value is (224,156,143). Sum of RGB (Red+Green+Blue) = 224+156+143=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C8F is #1F6370. Grayscale: #AEAEAE. Windows color (decimal): -2057073 or 9411808. OLE color: 9411808.

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

Color convert

RGB224156143-
CMYK00.300.360.12
HSL9.63º56.64%71.96%-
HSV(B)9.63º36.16%87.84%-
XYZ47.5941.6131.51-
YUV174.85110.03163.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=42.83%
G=29.83%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415614300.300.360.129.6356.6471.96
HexE09C8F01E24Ca3948
Octal34023421703644141271110
Binary111000001001110010001111011110100100110010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09C8F; }

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

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

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

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

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

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

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

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