#E39993

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

Shades of Petite Orchid #E39993

Tints of Petite Orchid #E39993

Color information

#E39993 (or 0xE39993) is unknown color: approx Petite Orchid. HEX triplet: E3, 99 and 93. RGB value is (227,153,147). Sum of RGB (Red+Green+Blue) = 227+153+147=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E39993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39993 is #1C666C. Grayscale: #AEAEAE. Windows color (decimal): -1861229 or 9673187. OLE color: 9673187.

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

Color convert

RGB227153147-
CMYK00.330.350.11
HSL4.5º58.82%73.33%-
HSV(B)4.5º35.24%89.02%-
XYZ48.3441.2233.01-
YUV174.44112.52165.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.07%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=43.07%
G=29.03%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715314700.330.350.114.558.8273.33
HexE3999302123B53b49
Octal3432312230414313573111
Binary111000111001100110010011010000110001110111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39993; }

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

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

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

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

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

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

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

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