#E18F8C

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

Shades of Petite Orchid #E18F8C

Tints of Petite Orchid #E18F8C

Color information

#E18F8C (or 0xE18F8C) is unknown color: approx Petite Orchid. HEX triplet: E1, 8F and 8C. RGB value is (225,143,140). Sum of RGB (Red+Green+Blue) = 225+143+140=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F8C is #1E7073. Grayscale: #A7A7A7. Windows color (decimal): -1994868 or 9211873. OLE color: 9211873.

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

Color convert

RGB225143140-
CMYK00.360.380.12
HSL2.12º58.62%71.57%-
HSV(B)2.12º37.78%88.24%-
XYZ45.6137.5529.65-
YUV167.18112.67169.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=44.29%
G=28.15%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514314000.360.380.122.1258.6271.57
HexE18F8C02426C23b48
Octal3412172140444614273110
Binary11100001100011111000110001001001001101100101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F8C; }

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

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

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

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

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

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

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

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