#E19492

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

Shades of Petite Orchid #E19492

Tints of Petite Orchid #E19492

Color information

#E19492 (or 0xE19492) is unknown color: approx Petite Orchid. HEX triplet: E1, 94 and 92. RGB value is (225,148,146). Sum of RGB (Red+Green+Blue) = 225+148+146=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19492 is #1E6B6D. Grayscale: #AAAAAA. Windows color (decimal): -1993582 or 9606369. OLE color: 9606369.

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

Color convert

RGB225148146-
CMYK00.340.350.12
HSL1.52º56.83%72.75%-
HSV(B)1.52º35.11%88.24%-
XYZ46.8339.2632.3-
YUV170.8114.01166.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=43.35%
G=28.52%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514814600.340.350.121.5256.8372.75
HexE1949202223C23949
Octal3412242220424314271111
Binary11100001100101001001001001000101000111100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19492; }

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

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

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

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

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

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

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

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