#E1928C

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

Shades of Petite Orchid #E1928C

Tints of Petite Orchid #E1928C

Color information

#E1928C (or 0xE1928C) is unknown color: approx Petite Orchid. HEX triplet: E1, 92 and 8C. RGB value is (225,146,140). Sum of RGB (Red+Green+Blue) = 225+146+140=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1928C is #1E6D73. Grayscale: #A9A9A9. Windows color (decimal): -1994100 or 9212641. OLE color: 9212641.

HSL color Cylindrical-coordinate representation of color #E1928C: hue angle of 4.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1928C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225146140-
CMYK00.350.380.12
HSL4.24º58.62%71.57%-
HSV(B)4.24º37.78%88.24%-
XYZ46.0638.4629.81-
YUV168.94111.67167.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=44.03%
G=28.57%
B=27.40%

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
Decimal22514614000.350.380.124.2458.6271.57
HexE1928C02326C43b48
Octal3412222140434614473110
Binary111000011001001010001100010001110011011001001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1928C; }

 p { color: rgb(225,146,140); }

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

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

 a { background-color: rgb(225,146,140); }

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

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

 span { border-color: rgb(225,146,140); }

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