#e0908e

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

Shades of Petite Orchid #E0908E

Tints of Petite Orchid #E0908E

Color information

#E0908E (or 0xE0908E) is unknown color: approx Petite Orchid. HEX triplet: E0, 90 and 8E. RGB value is (224,144,142). Sum of RGB (Red+Green+Blue) = 224+144+142=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0908E is #1F6F71. Grayscale: #A7A7A7. Windows color (decimal): -2060146 or 9343200. OLE color: 9343200.

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

Color convert

RGB224144142-
CMYK00.360.370.12
HSL1.46º56.94%71.76%-
HSV(B)1.46º36.61%87.84%-
XYZ45.637.7530.47-
YUV167.69113.5168.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=43.92%
G=28.24%
B=27.84%

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
Decimal22414414200.360.370.121.4656.9471.76
HexE0908E02425C13948
Octal3402202160444514171110
Binary1110000010010000100011100100100100101110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0908e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0908e; }

 p { color: rgb(224,144,142); }

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

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

 a { background-color: rgb(224,144,142); }

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

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

 span { border-color: rgb(224,144,142); }

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