#E19D96

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

Shades of Petite Orchid #E19D96

Tints of Petite Orchid #E19D96

Color information

#E19D96 (or 0xE19D96) is unknown color: approx Petite Orchid. HEX triplet: E1, 9D and 96. RGB value is (225,157,150). Sum of RGB (Red+Green+Blue) = 225+157+150=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D96 is #1E6269. Grayscale: #B0B0B0. Windows color (decimal): -1991274 or 9870817. OLE color: 9870817.

HSL color Cylindrical-coordinate representation of color #E19D96: hue angle of 5.6º degrees, saturation: 0.56, 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 #E19D96 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225157150-
CMYK00.300.330.12
HSL5.6º55.56%73.53%-
HSV(B)5.6º33.33%88.24%-
XYZ48.6142.3234.46-
YUV176.53113.03162.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=42.29%
G=29.51%
B=28.20%

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
Decimal22515715000.300.330.125.655.5673.53
HexE19D9601E21C6384a
Octal3412352260364114670112
Binary11100001100111011001011001111010000111001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D96; }

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

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

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

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

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

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

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

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