#E89E95

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

Shades of Petite Orchid #E89E95

Tints of Petite Orchid #E89E95

Color information

#E89E95 (or 0xE89E95) is unknown color: approx Petite Orchid. HEX triplet: E8, 9E and 95. RGB value is (232,158,149). Sum of RGB (Red+Green+Blue) = 232+158+149=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89E95 is #17616A. Grayscale: #B3B3B3. Windows color (decimal): -1532267 or 9805544. OLE color: 9805544.

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

Color convert

RGB232158149-
CMYK00.320.360.09
HSL6.51º64.34%74.71%-
HSV(B)6.51º35.78%90.98%-
XYZ50.9343.7834.2-
YUV179.1111.02165.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=43.04%
G=29.31%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215814900.320.360.096.5164.3474.71
HexE89E950202497404b
Octal35023622504044117100113
Binary1110100010011110100101010100000100100100111110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89E95; }

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

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

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

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

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

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

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

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