#E39990

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

Shades of Petite Orchid #E39990

Tints of Petite Orchid #E39990

Color information

#E39990 (or 0xE39990) is unknown color: approx Petite Orchid. HEX triplet: E3, 99 and 90. RGB value is (227,153,144). Sum of RGB (Red+Green+Blue) = 227+153+144=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E39990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39990 is #1C666F. Grayscale: #AEAEAE. Windows color (decimal): -1861232 or 9476579. OLE color: 9476579.

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

Color convert

RGB227153144-
CMYK00.330.370.11
HSL6.51º59.71%72.75%-
HSV(B)6.51º36.56%89.02%-
XYZ48.141.1331.79-
YUV174.1111.02165.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.32%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 144 (56.64% from 255) = 27.48%
R=43.32%
G=29.20%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715314400.330.370.116.5159.7172.75
HexE3999002125B73c49
Octal3432312200414513774111
Binary111000111001100110010000010000110010110111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39990; }

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

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

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

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

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

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

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

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