#E1908B

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

Shades of Petite Orchid #E1908B

Tints of Petite Orchid #E1908B

Color information

#E1908B (or 0xE1908B) is unknown color: approx Petite Orchid. HEX triplet: E1, 90 and 8B. RGB value is (225,144,139). Sum of RGB (Red+Green+Blue) = 225+144+139=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1908B is #1E6F74. Grayscale: #A7A7A7. Windows color (decimal): -1994613 or 9146593. OLE color: 9146593.

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

Color convert

RGB225144139-
CMYK00.360.380.12
HSL3.49º58.9%71.37%-
HSV(B)3.49º38.22%88.24%-
XYZ45.6837.8229.32-
YUV167.65111.84168.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=44.29%
G=28.35%
B=27.36%

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
Decimal22514413900.360.380.123.4958.971.37
HexE1908B02426C33b47
Octal3412202130444614373107
Binary11100001100100001000101101001001001101100111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1908B; }

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

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

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

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

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

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

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

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