#E89E99

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

Shades of Petite Orchid #E89E99

Tints of Petite Orchid #E89E99

Color information

#E89E99 (or 0xE89E99) is unknown color: approx Petite Orchid. HEX triplet: E8, 9E and 99. RGB value is (232,158,153). Sum of RGB (Red+Green+Blue) = 232+158+153=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E99 is #176166. Grayscale: #B3B3B3. Windows color (decimal): -1532263 or 10067688. OLE color: 10067688.

HSL color Cylindrical-coordinate representation of color #E89E99: hue angle of 3.8º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89E99 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232158153-
CMYK00.320.340.09
HSL3.8º63.2%75.49%-
HSV(B)3.8º34.05%90.98%-
XYZ51.2643.9135.91-
YUV179.56113.02165.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=42.73%
G=29.10%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215815300.320.340.093.863.275.49
HexE89E9902022943f4b
Octal3502362310404211477113
Binary111010001001111010011001010000010001010011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89E99; }

 p { color: rgb(232,158,153); }

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

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

 a { background-color: rgb(232,158,153); }

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

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

 span { border-color: rgb(232,158,153); }

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