#E0908B

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

Shades of Petite Orchid #E0908B

Tints of Petite Orchid #E0908B

Color information

#E0908B (or 0xE0908B) is unknown color: approx Petite Orchid. HEX triplet: E0, 90 and 8B. RGB value is (224,144,139). Sum of RGB (Red+Green+Blue) = 224+144+139=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0908B is #1F6F74. Grayscale: #A7A7A7. Windows color (decimal): -2060149 or 9146592. OLE color: 9146592.

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

Color convert

RGB224144139-
CMYK00.360.380.12
HSL3.53º57.82%71.18%-
HSV(B)3.53º37.95%87.84%-
XYZ45.3737.6629.3-
YUV167.35112168.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=44.18%
G=28.40%
B=27.42%

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
Decimal22414413900.360.380.123.5357.8271.18
HexE0908B02426C43a47
Octal3402202130444614472107
Binary111000001001000010001011010010010011011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0908B; }

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

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

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

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

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

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

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

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