#E39A95

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

Shades of Petite Orchid #E39A95

Tints of Petite Orchid #E39A95

Color information

#E39A95 (or 0xE39A95) is unknown color: approx Petite Orchid. HEX triplet: E3, 9A and 95. RGB value is (227,154,149). Sum of RGB (Red+Green+Blue) = 227+154+149=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A95 is #1C656A. Grayscale: #AFAFAF. Windows color (decimal): -1860971 or 9804515. OLE color: 9804515.

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

Color convert

RGB227154149-
CMYK00.320.340.11
HSL3.85º58.21%73.73%-
HSV(B)3.85º34.36%89.02%-
XYZ48.6641.6133.9-
YUV175.26113.18164.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.83%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=42.83%
G=29.06%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715414900.320.340.113.8558.2173.73
HexE39A9502022B43a4a
Octal3432322250404213472112
Binary111000111001101010010101010000010001010111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A95; }

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

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

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

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

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

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

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

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