#E1998D

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

Shades of Petite Orchid #E1998D

Tints of Petite Orchid #E1998D

Color information

#E1998D (or 0xE1998D) is unknown color: approx Petite Orchid. HEX triplet: E1, 99 and 8D. RGB value is (225,153,141). Sum of RGB (Red+Green+Blue) = 225+153+141=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998D is #1E6672. Grayscale: #ADADAD. Windows color (decimal): -1992307 or 9279969. OLE color: 9279969.

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

Color convert

RGB225153141-
CMYK00.320.370.12
HSL8.57º58.33%71.76%-
HSV(B)8.57º37.33%88.24%-
XYZ47.2540.7130.57-
YUV173.16109.85164.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=43.35%
G=29.48%
B=27.17%

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
Decimal22515314100.320.370.128.5758.3371.76
HexE1998D02025C93a48
Octal34123121504045141172110
Binary1110000110011001100011010100000100101110010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1998D; }

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

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

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

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

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

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

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

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