#E19393

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

Shades of Petite Orchid #E19393

Tints of Petite Orchid #E19393

Color information

#E19393 (or 0xE19393) is unknown color: approx Petite Orchid. HEX triplet: E1, 93 and 93. RGB value is (225,147,147). Sum of RGB (Red+Green+Blue) = 225+147+147=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19393 is #1E6C6C. Grayscale: #AAAAAA. Windows color (decimal): -1993837 or 9671649. OLE color: 9671649.

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

Color convert

RGB225147147-
CMYK00.350.350.12
HSL56.52%72.94%-
HSV(B)34.67%88.24%-
XYZ46.7538.9832.66-
YUV170.32114.84167-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=43.35%
G=28.32%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514714700.350.350.12056.5272.94
HexE1939302323C03949
Octal3412232230434314071111
Binary1110000110010011100100110100011100011110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19393; }

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

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

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

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

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

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

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

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