#E39A99

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

Shades of Petite Orchid #E39A99

Tints of Petite Orchid #E39A99

Color information

#E39A99 (or 0xE39A99) is unknown color: approx Petite Orchid. HEX triplet: E3, 9A and 99. RGB value is (227,154,153). Sum of RGB (Red+Green+Blue) = 227+154+153=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A99 is #1C6566. Grayscale: #AFAFAF. Windows color (decimal): -1860967 or 10066659. OLE color: 10066659.

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

Color convert

RGB227154153-
CMYK00.320.330.11
HSL0.81º56.92%74.51%-
HSV(B)0.81º32.6%89.02%-
XYZ48.9841.7435.61-
YUV175.71115.18164.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=42.51%
G=28.84%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715415300.320.330.110.8156.9274.51
HexE39A9902021B1394b
Octal3432322310404113171113
Binary1110001110011010100110010100000100001101111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A99; }

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

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

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

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

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

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

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

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