#E1918E

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

Shades of Petite Orchid #E1918E

Tints of Petite Orchid #E1918E

Color information

#E1918E (or 0xE1918E) is unknown color: approx Petite Orchid. HEX triplet: E1, 91 and 8E. RGB value is (225,145,142). Sum of RGB (Red+Green+Blue) = 225+145+142=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918E is #1E6E71. Grayscale: #A8A8A8. Windows color (decimal): -1994354 or 9343457. OLE color: 9343457.

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

Color convert

RGB225145142-
CMYK00.360.370.12
HSL2.17º58.04%71.96%-
HSV(B)2.17º36.89%88.24%-
XYZ46.0638.2130.54-
YUV168.58113168.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=43.95%
G=28.32%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514514200.360.370.122.1758.0471.96
HexE1918E02425C23a48
Octal3412212160444514272110
Binary11100001100100011000111001001001001011100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1918E; }

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

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

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

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

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

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

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

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