#E19E92

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

Shades of Petite Orchid #E19E92

Tints of Petite Orchid #E19E92

Color information

#E19E92 (or 0xE19E92) is unknown color: approx Petite Orchid. HEX triplet: E1, 9E and 92. RGB value is (225,158,146). Sum of RGB (Red+Green+Blue) = 225+158+146=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E92 is #1E616D. Grayscale: #B0B0B0. Windows color (decimal): -1991022 or 9608929. OLE color: 9608929.

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

Color convert

RGB225158146-
CMYK00.300.350.12
HSL9.11º56.83%72.75%-
HSV(B)9.11º35.11%88.24%-
XYZ48.4742.5432.85-
YUV176.66110.7162.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=42.53%
G=29.87%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515814600.300.350.129.1156.8372.75
HexE19E9201E23C93949
Octal34123622203643141171111
Binary111000011001111010010010011110100011110010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19E92; }

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

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

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

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

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

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

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

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