#E19898

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

Shades of Petite Orchid #E19898

Tints of Petite Orchid #E19898

Color information

#E19898 (or 0xE19898) is unknown color: approx Petite Orchid. HEX triplet: E1, 98 and 98. RGB value is (225,152,152). Sum of RGB (Red+Green+Blue) = 225+152+152=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19898 is #1E6767. Grayscale: #ADADAD. Windows color (decimal): -1992552 or 10000609. OLE color: 10000609.

HSL color Cylindrical-coordinate representation of color #E19898: 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.32%. Process color model (Four color, CMYK) of #E19898 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225152152-
CMYK00.320.320.12
HSL54.89%73.92%-
HSV(B)32.44%88.24%-
XYZ47.9540.7335.04-
YUV173.83115.68164.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=42.53%
G=28.73%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515215200.320.320.12054.8973.92
HexE1989802020C0374a
Octal3412302300404014067112
Binary1110000110011000100110000100000100000110001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19898; }

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

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

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

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

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

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

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

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