#E19797

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

Shades of Petite Orchid #E19797

Tints of Petite Orchid #E19797

Color information

#E19797 (or 0xE19797) is unknown color: approx Petite Orchid. HEX triplet: E1, 97 and 97. RGB value is (225,151,151). Sum of RGB (Red+Green+Blue) = 225+151+151=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19797 is #1E6868. Grayscale: #ADADAD. Windows color (decimal): -1992809 or 9934817. OLE color: 9934817.

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

Color convert

RGB225151151-
CMYK00.330.330.12
HSL55.22%73.73%-
HSV(B)32.89%88.24%-
XYZ47.740.3834.56-
YUV173.13115.52165-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=42.69%
G=28.65%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515115100.330.330.12055.2273.73
HexE1979702121C0374a
Octal3412272270414114067112
Binary1110000110010111100101110100001100001110001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19797; }

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

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

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

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

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

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

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

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