#E1998C

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

Shades of Petite Orchid #E1998C

Tints of Petite Orchid #E1998C

Color information

#E1998C (or 0xE1998C) is unknown color: approx Petite Orchid. HEX triplet: E1, 99 and 8C. RGB value is (225,153,140). Sum of RGB (Red+Green+Blue) = 225+153+140=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998C is #1E6673. Grayscale: #ADADAD. Windows color (decimal): -1992308 or 9214433. OLE color: 9214433.

HSL color Cylindrical-coordinate representation of color #E1998C: hue angle of 9.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1998C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225153140-
CMYK00.320.380.12
HSL9.18º58.62%71.57%-
HSV(B)9.18º37.78%88.24%-
XYZ47.1840.6830.18-
YUV173.05109.35165.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=43.44%
G=29.54%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515314000.320.380.129.1858.6271.57
HexE1998C02026C93b48
Octal34123121404046141173110
Binary1110000110011001100011000100000100110110010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1998C; }

 p { color: rgb(225,153,140); }

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

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

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

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

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

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

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