#E0908A

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

Shades of Petite Orchid #E0908A

Tints of Petite Orchid #E0908A

Color information

#E0908A (or 0xE0908A) is unknown color: approx Petite Orchid. HEX triplet: E0, 90 and 8A. RGB value is (224,144,138). Sum of RGB (Red+Green+Blue) = 224+144+138=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0908A is #1F6F75. Grayscale: #A7A7A7. Windows color (decimal): -2060150 or 9081056. OLE color: 9081056.

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

Color convert

RGB224144138-
CMYK00.360.380.12
HSL4.19º58.11%70.98%-
HSV(B)4.19º38.39%87.84%-
XYZ45.337.6328.92-
YUV167.24111.5168.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=44.27%
G=28.46%
B=27.27%

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
Decimal22414413800.360.380.124.1958.1170.98
HexE0908A02426C43a47
Octal3402202120444614472107
Binary111000001001000010001010010010010011011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0908A; }

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

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

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

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

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

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

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

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