#E1998E

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

Shades of Petite Orchid #E1998E

Tints of Petite Orchid #E1998E

Color information

#E1998E (or 0xE1998E) is unknown color: approx Petite Orchid. HEX triplet: E1, 99 and 8E. RGB value is (225,153,142). Sum of RGB (Red+Green+Blue) = 225+153+142=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998E is #1E6671. Grayscale: #ADADAD. Windows color (decimal): -1992306 or 9345505. OLE color: 9345505.

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

Color convert

RGB225153142-
CMYK00.320.370.12
HSL7.95º58.04%71.96%-
HSV(B)7.95º36.89%88.24%-
XYZ47.3340.7430.96-
YUV173.27110.35164.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=43.27%
G=29.42%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515314200.320.370.127.9558.0471.96
HexE1998E02025C83a48
Octal34123121604045141072110
Binary1110000110011001100011100100000100101110010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1998E; }

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

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

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

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

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

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

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

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