#E59C97

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

Shades of Petite Orchid #E59C97

Tints of Petite Orchid #E59C97

Color information

#E59C97 (or 0xE59C97) is unknown color: approx Petite Orchid. HEX triplet: E5, 9C and 97. RGB value is (229,156,151). Sum of RGB (Red+Green+Blue) = 229+156+151=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C97 is #1A6368. Grayscale: #B1B1B1. Windows color (decimal): -1729385 or 9936101. OLE color: 9936101.

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

Color convert

RGB229156151-
CMYK00.320.340.10
HSL3.85º60%74.51%-
HSV(B)3.85º34.06%89.8%-
XYZ49.7942.6734.89-
YUV177.26113.18164.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=42.72%
G=29.10%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915615100.320.340.103.856074.51
HexE59C9702022A43c4b
Octal3452342270404212474113
Binary111001011001110010010111010000010001010101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59C97; }

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

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

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

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

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

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

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

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