#E19388

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

Shades of Petite Orchid #E19388

Tints of Petite Orchid #E19388

Color information

#E19388 (or 0xE19388) is unknown color: approx Petite Orchid. HEX triplet: E1, 93 and 88. RGB value is (225,147,136). Sum of RGB (Red+Green+Blue) = 225+147+136=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E19388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19388 is #1E6C77. Grayscale: #A9A9A9. Windows color (decimal): -1993848 or 8950753. OLE color: 8950753.

HSL color Cylindrical-coordinate representation of color #E19388: hue angle of 7.42º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E19388 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225147136-
CMYK00.350.400.12
HSL7.42º59.73%70.78%-
HSV(B)7.42º39.56%88.24%-
XYZ45.9338.6528.33-
YUV169.07109.34167.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=44.29%
G=28.94%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514713600.350.400.127.4259.7370.78
HexE1938802328C73c47
Octal3412232100435014774107
Binary111000011001001110001000010001110100011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19388; }

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

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

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

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

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

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

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

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