#E39892

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

Shades of Petite Orchid #E39892

Tints of Petite Orchid #E39892

Color information

#E39892 (or 0xE39892) is unknown color: approx Petite Orchid. HEX triplet: E3, 98 and 92. RGB value is (227,152,146). Sum of RGB (Red+Green+Blue) = 227+152+146=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E39892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39892 is #1C676D. Grayscale: #ADADAD. Windows color (decimal): -1861486 or 9607395. OLE color: 9607395.

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

Color convert

RGB227152146-
CMYK00.330.360.11
HSL4.44º59.12%73.14%-
HSV(B)4.44º35.68%89.02%-
XYZ48.140.8632.55-
YUV173.74112.35165.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=43.24%
G=28.95%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715214600.330.360.114.4459.1273.14
HexE3989202124B43b49
Octal3432302220414413473111
Binary111000111001100010010010010000110010010111001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39892; }

 p { color: rgb(227,152,146); }

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

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

 a { background-color: rgb(227,152,146); }

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

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

 span { border-color: rgb(227,152,146); }

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