#E5988E

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

Shades of Petite Orchid #E5988E

Tints of Petite Orchid #E5988E

Color information

#E5988E (or 0xE5988E) is unknown color: approx Petite Orchid. HEX triplet: E5, 98 and 8E. RGB value is (229,152,142). Sum of RGB (Red+Green+Blue) = 229+152+142=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5988E is #1A6771. Grayscale: #AEAEAE. Windows color (decimal): -1730418 or 9345253. OLE color: 9345253.

HSL color Cylindrical-coordinate representation of color #E5988E: hue angle of 6.9º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5988E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229152142-
CMYK00.340.380.10
HSL6.9º62.59%72.75%-
HSV(B)6.9º37.99%89.8%-
XYZ48.4241.0730.97-
YUV173.88110.01167.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=43.79%
G=29.06%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915214200.340.380.106.962.5972.75
HexE5988E02226A73f49
Octal3452302160424612777111
Binary111001011001100010001110010001010011010101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5988E; }

 p { color: rgb(229,152,142); }

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

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

 a { background-color: rgb(229,152,142); }

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

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

 span { border-color: rgb(229,152,142); }

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