#E89F9D

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

Shades of Petite Orchid #E89F9D

Tints of Petite Orchid #E89F9D

Color information

#E89F9D (or 0xE89F9D) is unknown color: approx Petite Orchid. HEX triplet: E8, 9F and 9D. RGB value is (232,159,157). Sum of RGB (Red+Green+Blue) = 232+159+157=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9D is #176062. Grayscale: #B4B4B4. Windows color (decimal): -1532003 or 10330088. OLE color: 10330088.

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

Color convert

RGB232159157-
CMYK00.310.320.09
HSL1.6º61.98%76.27%-
HSV(B)1.6º32.33%90.98%-
XYZ51.7644.3937.74-
YUV180.6114.68164.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=42.34%
G=29.01%
B=28.65%

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
Decimal23215915700.310.320.091.661.9876.27
HexE89F9D01F20923e4c
Octal3502372350374011276114
Binary1110100010011111100111010111111000001001101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F9D; }

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

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

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

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

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

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

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

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