#E89E9E

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

Shades of Petite Orchid #E89E9E

Tints of Petite Orchid #E89E9E

Color information

#E89E9E (or 0xE89E9E) is unknown color: approx Petite Orchid. HEX triplet: E8, 9E and 9E. RGB value is (232,158,158). Sum of RGB (Red+Green+Blue) = 232+158+158=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E9E is #176161. Grayscale: #B4B4B4. Windows color (decimal): -1532258 or 10395368. OLE color: 10395368.

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

Color convert

RGB232158158-
CMYK00.320.320.09
HSL61.67%76.47%-
HSV(B)31.9%90.98%-
XYZ51.6844.0838.13-
YUV180.13115.52165-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=42.34%
G=28.83%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215815800.320.320.09061.6776.47
HexE89E9E02020903e4c
Octal3502362360404011076114
Binary1110100010011110100111100100000100000100101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89E9E; }

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

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

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

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

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

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

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

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