#E59998

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

Shades of Petite Orchid #E59998

Tints of Petite Orchid #E59998

Color information

#E59998 (or 0xE59998) is unknown color: approx Petite Orchid. HEX triplet: E5, 99 and 98. RGB value is (229,153,152). Sum of RGB (Red+Green+Blue) = 229+153+152=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E59998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59998 is #1A6667. Grayscale: #AFAFAF. Windows color (decimal): -1730152 or 10000869. OLE color: 10000869.

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

Color convert

RGB229153152-
CMYK00.330.340.10
HSL0.78º59.69%74.71%-
HSV(B)0.78º33.62%89.8%-
XYZ49.3741.7135.15-
YUV175.61114.68166.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.88%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=42.88%
G=28.65%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915315200.330.340.100.7859.6974.71
HexE5999802122A13c4b
Octal3452312300414212174113
Binary1110010110011001100110000100001100010101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59998; }

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

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

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

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

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

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

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

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