#E1918D

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

Shades of Petite Orchid #E1918D

Tints of Petite Orchid #E1918D

Color information

#E1918D (or 0xE1918D) is unknown color: approx Petite Orchid. HEX triplet: E1, 91 and 8D. RGB value is (225,145,141). Sum of RGB (Red+Green+Blue) = 225+145+141=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918D is #1E6E72. Grayscale: #A8A8A8. Windows color (decimal): -1994355 or 9277921. OLE color: 9277921.

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

Color convert

RGB225145141-
CMYK00.360.370.12
HSL2.86º58.33%71.76%-
HSV(B)2.86º37.33%88.24%-
XYZ45.9838.1830.15-
YUV168.46112.5168.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=44.03%
G=28.38%
B=27.59%

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
Decimal22514514100.360.370.122.8658.3371.76
HexE1918D02425C33a48
Octal3412212150444514372110
Binary11100001100100011000110101001001001011100111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1918D; }

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

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

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

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

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

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

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

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