#E18F87

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

Shades of Petite Orchid #E18F87

Tints of Petite Orchid #E18F87

Color information

#E18F87 (or 0xE18F87) is unknown color: approx Petite Orchid. HEX triplet: E1, 8F and 87. RGB value is (225,143,135). Sum of RGB (Red+Green+Blue) = 225+143+135=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F87 is #1E7078. Grayscale: #A6A6A6. Windows color (decimal): -1994873 or 8884193. OLE color: 8884193.

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

Color convert

RGB225143135-
CMYK00.360.40.12
HSL5.33º60%70.59%-
HSV(B)5.33º40%88.24%-
XYZ45.2537.427.76-
YUV166.61110.17169.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=44.73%
G=28.43%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514313500.360.40.125.336070.59
HexE18F8702428C53c47
Octal3412172070445014574107
Binary111000011000111110000111010010010100011001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F87; }

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

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

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

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

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

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

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

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