#E19A93

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

Shades of Petite Orchid #E19A93

Tints of Petite Orchid #E19A93

Color information

#E19A93 (or 0xE19A93) is unknown color: approx Petite Orchid. HEX triplet: E1, 9A and 93. RGB value is (225,154,147). Sum of RGB (Red+Green+Blue) = 225+154+147=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A93 is #1E656C. Grayscale: #AEAEAE. Windows color (decimal): -1992045 or 9673441. OLE color: 9673441.

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

Color convert

RGB225154147-
CMYK00.320.350.12
HSL5.38º56.52%72.94%-
HSV(B)5.38º34.67%88.24%-
XYZ47.8741.2333.04-
YUV174.43112.52164.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=42.78%
G=29.28%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515414700.320.350.125.3856.5272.94
HexE19A9302023C53949
Octal3412322230404314571111
Binary111000011001101010010011010000010001111001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A93; }

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

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

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

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

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

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

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

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