#E19D97

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

Shades of Petite Orchid #E19D97

Tints of Petite Orchid #E19D97

Color information

#E19D97 (or 0xE19D97) is unknown color: approx Petite Orchid. HEX triplet: E1, 9D and 97. RGB value is (225,157,151). Sum of RGB (Red+Green+Blue) = 225+157+151=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D97 is #1E6268. Grayscale: #B0B0B0. Windows color (decimal): -1991273 or 9936353. OLE color: 9936353.

HSL color Cylindrical-coordinate representation of color #E19D97: hue angle of 4.86º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19D97 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225157151-
CMYK00.300.330.12
HSL4.86º55.22%73.73%-
HSV(B)4.86º32.89%88.24%-
XYZ48.6942.3634.89-
YUV176.65113.53162.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=42.21%
G=29.46%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515715100.300.330.124.8655.2273.73
HexE19D9701E21C5374a
Octal3412352270364114567112
Binary11100001100111011001011101111010000111001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D97; }

 p { color: rgb(225,157,151); }

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

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

 a { background-color: rgb(225,157,151); }

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

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

 span { border-color: rgb(225,157,151); }

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