#E89F9F

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

Shades of Petite Orchid #E89F9F

Tints of Petite Orchid #E89F9F

Color information

#E89F9F (or 0xE89F9F) is unknown color: approx Petite Orchid. HEX triplet: E8, 9F and 9F. RGB value is (232,159,159). Sum of RGB (Red+Green+Blue) = 232+159+159=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9F is #176060. Grayscale: #B4B4B4. Windows color (decimal): -1532001 or 10461160. OLE color: 10461160.

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

Color convert

RGB232159159-
CMYK00.310.310.09
HSL61.34%76.67%-
HSV(B)31.47%90.98%-
XYZ51.9344.4638.64-
YUV180.83115.68164.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=42.18%
G=28.91%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215915900.310.310.09061.3476.67
HexE89F9F01F1F903d4d
Octal3502372370373711075115
Binary11101000100111111001111101111111111100101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F9F; }

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

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

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

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

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

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

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

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