#E1988F

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

Shades of Petite Orchid #E1988F

Tints of Petite Orchid #E1988F

Color information

#E1988F (or 0xE1988F) is unknown color: approx Petite Orchid. HEX triplet: E1, 98 and 8F. RGB value is (225,152,143). Sum of RGB (Red+Green+Blue) = 225+152+143=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1988F is #1E6770. Grayscale: #ACACAC. Windows color (decimal): -1992561 or 9410785. OLE color: 9410785.

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

Color convert

RGB225152143-
CMYK00.320.360.12
HSL6.59º57.75%72.16%-
HSV(B)6.59º36.44%88.24%-
XYZ47.2440.4531.3-
YUV172.8111.18165.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=43.27%
G=29.23%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515214300.320.360.126.5957.7572.16
HexE1988F02024C73a48
Octal3412302170404414772110
Binary111000011001100010001111010000010010011001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1988F; }

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

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

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

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

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

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

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

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