#E19A92

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

Shades of Petite Orchid #E19A92

Tints of Petite Orchid #E19A92

Color information

#E19A92 (or 0xE19A92) is unknown color: approx Petite Orchid. HEX triplet: E1, 9A and 92. RGB value is (225,154,146). Sum of RGB (Red+Green+Blue) = 225+154+146=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A92 is #1E656D. Grayscale: #AEAEAE. Windows color (decimal): -1992046 or 9607905. OLE color: 9607905.

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

Color convert

RGB225154146-
CMYK00.320.350.12
HSL6.08º56.83%72.75%-
HSV(B)6.08º35.11%88.24%-
XYZ47.841.1932.63-
YUV174.32112.02164.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=42.86%
G=29.33%
B=27.81%

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
Decimal22515414600.320.350.126.0856.8372.75
HexE19A9202023C63949
Octal3412322220404314671111
Binary111000011001101010010010010000010001111001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A92; }

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

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

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

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

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

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

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

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