#E09493

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

Shades of Petite Orchid #E09493

Tints of Petite Orchid #E09493

Color information

#E09493 (or 0xE09493) is unknown color: approx Petite Orchid. HEX triplet: E0, 94 and 93. RGB value is (224,148,147). Sum of RGB (Red+Green+Blue) = 224+148+147=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09493 is #1F6B6C. Grayscale: #AAAAAA. Windows color (decimal): -2059117 or 9671904. OLE color: 9671904.

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

Color convert

RGB224148147-
CMYK00.340.340.12
HSL0.78º55.4%72.75%-
HSV(B)0.78º34.38%87.84%-
XYZ46.639.1332.7-
YUV170.61114.68166.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=43.16%
G=28.52%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414814700.340.340.120.7855.472.75
HexE0949302222C13749
Octal3402242230424214167111
Binary1110000010010100100100110100010100010110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09493; }

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

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

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

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

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

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

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

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