#E39A93

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

Shades of Petite Orchid #E39A93

Tints of Petite Orchid #E39A93

Color information

#E39A93 (or 0xE39A93) is unknown color: approx Petite Orchid. HEX triplet: E3, 9A and 93. RGB value is (227,154,147). Sum of RGB (Red+Green+Blue) = 227+154+147=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A93 is #1C656C. Grayscale: #AFAFAF. Windows color (decimal): -1860973 or 9673443. OLE color: 9673443.

HSL color Cylindrical-coordinate representation of color #E39A93: hue angle of 5.25º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E39A93 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB227154147-
CMYK00.320.350.11
HSL5.25º58.82%73.33%-
HSV(B)5.25º35.24%89.02%-
XYZ48.541.5533.07-
YUV175.03112.18165.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=42.99%
G=29.17%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715414700.320.350.115.2558.8273.33
HexE39A9302023B53b49
Octal3432322230404313573111
Binary111000111001101010010011010000010001110111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A93; }

 p { color: rgb(227,154,147); }

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

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

 a { background-color: rgb(227,154,147); }

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

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

 span { border-color: rgb(227,154,147); }

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