#E5978D

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

Shades of Petite Orchid #E5978D

Tints of Petite Orchid #E5978D

Color information

#E5978D (or 0xE5978D) is unknown color: approx Petite Orchid. HEX triplet: E5, 97 and 8D. RGB value is (229,151,141). Sum of RGB (Red+Green+Blue) = 229+151+141=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5978D is #1A6872. Grayscale: #ADADAD. Windows color (decimal): -1730675 or 9279461. OLE color: 9279461.

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

Color convert

RGB229151141-
CMYK00.340.380.10
HSL6.82º62.86%72.55%-
HSV(B)6.82º38.43%89.8%-
XYZ48.1940.7130.52-
YUV173.18109.84167.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=43.95%
G=28.98%
B=27.06%

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
Decimal22915114100.340.380.106.8262.8672.55
HexE5978D02226A73f49
Octal3452272150424612777111
Binary111001011001011110001101010001010011010101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5978D; }

 p { color: rgb(229,151,141); }

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

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

 a { background-color: rgb(229,151,141); }

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

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

 span { border-color: rgb(229,151,141); }

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