#E39492

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

Shades of Petite Orchid #E39492

Tints of Petite Orchid #E39492

Color information

#E39492 (or 0xE39492) is unknown color: approx Petite Orchid. HEX triplet: E3, 94 and 92. RGB value is (227,148,146). Sum of RGB (Red+Green+Blue) = 227+148+146=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E39492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39492 is #1C6B6D. Grayscale: #ABABAB. Windows color (decimal): -1862510 or 9606371. OLE color: 9606371.

HSL color Cylindrical-coordinate representation of color #E39492: hue angle of 1.48º 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 #E39492 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB227148146-
CMYK00.350.360.11
HSL1.48º59.12%73.14%-
HSV(B)1.48º35.68%89.02%-
XYZ47.4639.5932.33-
YUV171.39113.67167.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=43.57%
G=28.41%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714814600.350.360.111.4859.1273.14
HexE3949202324B13b49
Octal3432242220434413173111
Binary1110001110010100100100100100011100100101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39492; }

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

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

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

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

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

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

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

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