#E89F9E

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

Shades of Petite Orchid #E89F9E

Tints of Petite Orchid #E89F9E

Color information

#E89F9E (or 0xE89F9E) is unknown color: approx Petite Orchid. HEX triplet: E8, 9F and 9E. RGB value is (232,159,158). Sum of RGB (Red+Green+Blue) = 232+159+158=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9E is #176061. Grayscale: #B4B4B4. Windows color (decimal): -1532002 or 10395624. OLE color: 10395624.

HSL color Cylindrical-coordinate representation of color #E89F9E: hue angle of 0.81º 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 #E89F9E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232159158-
CMYK00.310.320.09
HSL0.81º61.67%76.47%-
HSV(B)0.81º31.9%90.98%-
XYZ51.8544.4238.19-
YUV180.71115.18164.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=42.26%
G=28.96%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215915800.310.320.090.8161.6776.47
HexE89F9E01F20913e4c
Octal3502372360374011176114
Binary111010001001111110011110011111100000100111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F9E; }

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

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

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

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

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

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

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

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