#E59C98

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

Shades of Petite Orchid #E59C98

Tints of Petite Orchid #E59C98

Color information

#E59C98 (or 0xE59C98) is unknown color: approx Petite Orchid. HEX triplet: E5, 9C and 98. RGB value is (229,156,152). Sum of RGB (Red+Green+Blue) = 229+156+152=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C98 is #1A6367. Grayscale: #B1B1B1. Windows color (decimal): -1729384 or 10001637. OLE color: 10001637.

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

Color convert

RGB229156152-
CMYK00.320.340.10
HSL3.12º59.69%74.71%-
HSV(B)3.12º33.62%89.8%-
XYZ49.8742.735.32-
YUV177.37113.68164.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=42.64%
G=29.05%
B=28.31%

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
Decimal22915615200.320.340.103.1259.6974.71
HexE59C9802022A33c4b
Octal3452342300404212374113
Binary11100101100111001001100001000001000101010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59C98; }

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

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

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

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

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

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

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

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