#E0938A

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

Shades of Petite Orchid #E0938A

Tints of Petite Orchid #E0938A

Color information

#E0938A (or 0xE0938A) is unknown color: approx Petite Orchid. HEX triplet: E0, 93 and 8A. RGB value is (224,147,138). Sum of RGB (Red+Green+Blue) = 224+147+138=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938A is #1F6C75. Grayscale: #A9A9A9. Windows color (decimal): -2059382 or 9081824. OLE color: 9081824.

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

Color convert

RGB224147138-
CMYK00.340.380.12
HSL6.28º58.11%70.98%-
HSV(B)6.28º38.39%87.84%-
XYZ45.7638.5529.07-
YUV169110.51167.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=44.01%
G=28.88%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414713800.340.380.126.2858.1170.98
HexE0938A02226C63a47
Octal3402232120424614672107
Binary111000001001001110001010010001010011011001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0938A; }

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

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

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

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

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

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

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

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