#E1908D

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

Shades of Petite Orchid #E1908D

Tints of Petite Orchid #E1908D

Color information

#E1908D (or 0xE1908D) is unknown color: approx Petite Orchid. HEX triplet: E1, 90 and 8D. RGB value is (225,144,141). Sum of RGB (Red+Green+Blue) = 225+144+141=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1908D is #1E6F72. Grayscale: #A7A7A7. Windows color (decimal): -1994611 or 9277665. OLE color: 9277665.

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

Color convert

RGB225144141-
CMYK00.360.370.12
HSL2.14º58.33%71.76%-
HSV(B)2.14º37.33%88.24%-
XYZ45.8337.8830.09-
YUV167.88112.84168.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=44.12%
G=28.24%
B=27.65%

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
Decimal22514414100.360.370.122.1458.3371.76
HexE1908D02425C23a48
Octal3412202150444514272110
Binary11100001100100001000110101001001001011100101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1908D; }

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

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

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

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

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

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

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

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