#E0938D

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

Shades of Petite Orchid #E0938D

Tints of Petite Orchid #E0938D

Color information

#E0938D (or 0xE0938D) is unknown color: approx Petite Orchid. HEX triplet: E0, 93 and 8D. RGB value is (224,147,141). Sum of RGB (Red+Green+Blue) = 224+147+141=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0938D is #1F6C72. Grayscale: #A9A9A9. Windows color (decimal): -2059379 or 9278432. OLE color: 9278432.

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

Color convert

RGB224147141-
CMYK00.340.370.12
HSL4.34º57.24%71.57%-
HSV(B)4.34º37.05%87.84%-
XYZ45.9838.6430.23-
YUV169.34112.01166.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=43.75%
G=28.71%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414714100.340.370.124.3457.2471.57
HexE0938D02225C43948
Octal3402232150424514471110
Binary111000001001001110001101010001010010111001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0938D; }

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

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

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

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

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

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

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

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