#E59992

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

Shades of Petite Orchid #E59992

Tints of Petite Orchid #E59992

Color information

#E59992 (or 0xE59992) is unknown color: approx Petite Orchid. HEX triplet: E5, 99 and 92. RGB value is (229,153,146). Sum of RGB (Red+Green+Blue) = 229+153+146=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E59992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59992 is #1A666D. Grayscale: #AFAFAF. Windows color (decimal): -1730158 or 9607653. OLE color: 9607653.

HSL color Cylindrical-coordinate representation of color #E59992: hue angle of 5.06º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59992 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB229153146-
CMYK00.330.360.10
HSL5.06º61.48%73.53%-
HSV(B)5.06º36.24%89.8%-
XYZ48.8941.5232.63-
YUV174.93111.68166.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=43.37%
G=28.98%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915314600.330.360.105.0661.4873.53
HexE5999202124A53d4a
Octal3452312220414412575112
Binary111001011001100110010010010000110010010101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59992; }

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

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

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

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

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

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

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

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