#E89E98

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

Shades of Petite Orchid #E89E98

Tints of Petite Orchid #E89E98

Color information

#E89E98 (or 0xE89E98) is unknown color: approx Petite Orchid. HEX triplet: E8, 9E and 98. RGB value is (232,158,152). Sum of RGB (Red+Green+Blue) = 232+158+152=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E98 is #176167. Grayscale: #B3B3B3. Windows color (decimal): -1532264 or 10002152. OLE color: 10002152.

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

Color convert

RGB232158152-
CMYK00.320.340.09
HSL4.5º63.49%75.29%-
HSV(B)4.5º34.48%90.98%-
XYZ51.1743.8835.48-
YUV179.44112.52165.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=42.80%
G=29.15%
B=28.04%

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
Decimal23215815200.320.340.094.563.4975.29
HexE89E9802022953f4b
Octal3502362300404211577113
Binary111010001001111010011000010000010001010011011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89E98; }

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

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

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

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

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

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

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

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