#E39489

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

Shades of Petite Orchid #E39489

Tints of Petite Orchid #E39489

Color information

#E39489 (or 0xE39489) is unknown color: approx Petite Orchid. HEX triplet: E3, 94 and 89. RGB value is (227,148,137). Sum of RGB (Red+Green+Blue) = 227+148+137=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E39489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39489 is #1C6B76. Grayscale: #AAAAAA. Windows color (decimal): -1862519 or 9016547. OLE color: 9016547.

HSL color Cylindrical-coordinate representation of color #E39489: hue angle of 7.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E39489 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB227148137-
CMYK00.350.400.11
HSL7.33º61.64%71.37%-
HSV(B)7.33º39.65%89.02%-
XYZ46.7839.3228.79-
YUV170.37109.17168.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=44.34%
G=28.91%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714813700.350.400.117.3361.6471.37
HexE3948902328B73e47
Octal3432242110435013776107
Binary111000111001010010001001010001110100010111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39489; }

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

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

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

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

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

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

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

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