#E39991

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

Shades of Petite Orchid #E39991

Tints of Petite Orchid #E39991

Color information

#E39991 (or 0xE39991) is unknown color: approx Petite Orchid. HEX triplet: E3, 99 and 91. RGB value is (227,153,145). Sum of RGB (Red+Green+Blue) = 227+153+145=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E39991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39991 is #1C666E. Grayscale: #AEAEAE. Windows color (decimal): -1861231 or 9542115. OLE color: 9542115.

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

Color convert

RGB227153145-
CMYK00.330.360.11
HSL5.85º59.42%72.94%-
HSV(B)5.85º36.12%89.02%-
XYZ48.1841.1632.19-
YUV174.21111.52165.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=43.24%
G=29.14%
B=27.62%

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
Decimal22715314500.330.360.115.8559.4272.94
HexE3999102124B63b49
Octal3432312210414413673111
Binary111000111001100110010001010000110010010111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39991; }

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

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

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

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

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

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

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

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