#E1938E

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

Shades of Petite Orchid #E1938E

Tints of Petite Orchid #E1938E

Color information

#E1938E (or 0xE1938E) is unknown color: approx Petite Orchid. HEX triplet: E1, 93 and 8E. RGB value is (225,147,142). Sum of RGB (Red+Green+Blue) = 225+147+142=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1938E is #1E6C71. Grayscale: #A9A9A9. Windows color (decimal): -1993842 or 9343969. OLE color: 9343969.

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

Color convert

RGB225147142-
CMYK00.350.370.12
HSL3.61º58.04%71.96%-
HSV(B)3.61º36.89%88.24%-
XYZ46.3738.8330.64-
YUV169.75112.34167.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=43.77%
G=28.60%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514714200.350.370.123.6158.0471.96
HexE1938E02325C43a48
Octal3412232160434514472110
Binary111000011001001110001110010001110010111001001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1938E; }

 p { color: rgb(225,147,142); }

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

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

 a { background-color: rgb(225,147,142); }

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

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

 span { border-color: rgb(225,147,142); }

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