#E0918B

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

Shades of Petite Orchid #E0918B

Tints of Petite Orchid #E0918B

Color information

#E0918B (or 0xE0918B) is unknown color: approx Petite Orchid. HEX triplet: E0, 91 and 8B. RGB value is (224,145,139). Sum of RGB (Red+Green+Blue) = 224+145+139=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0918B is #1F6E74. Grayscale: #A8A8A8. Windows color (decimal): -2059893 or 9146848. OLE color: 9146848.

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

Color convert

RGB224145139-
CMYK00.350.380.12
HSL4.24º57.82%71.18%-
HSV(B)4.24º37.95%87.84%-
XYZ45.5337.9629.35-
YUV167.94111.67167.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=44.09%
G=28.54%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414513900.350.380.124.2457.8271.18
HexE0918B02326C43a47
Octal3402212130434614472107
Binary111000001001000110001011010001110011011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0918B; }

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

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

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

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

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

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

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

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