#E89D97

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

Shades of Petite Orchid #E89D97

Tints of Petite Orchid #E89D97

Color information

#E89D97 (or 0xE89D97) is unknown color: approx Petite Orchid. HEX triplet: E8, 9D and 97. RGB value is (232,157,151). Sum of RGB (Red+Green+Blue) = 232+157+151=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D97 is #176268. Grayscale: #B2B2B2. Windows color (decimal): -1532521 or 9936360. OLE color: 9936360.

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

Color convert

RGB232157151-
CMYK00.320.350.09
HSL4.44º63.78%75.1%-
HSV(B)4.44º34.91%90.98%-
XYZ50.9243.534.99-
YUV178.74112.35165.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=42.96%
G=29.07%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215715100.320.350.094.4463.7875.1
HexE89D970202394404b
Octal35023522704043114100113
Binary1110100010011101100101110100000100011100110010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89D97; }

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

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

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

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

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

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

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

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