#E3A198

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

Shades of Petite Orchid #E3A198

Tints of Petite Orchid #E3A198

Color information

#E3A198 (or 0xE3A198) is unknown color: approx Petite Orchid. HEX triplet: E3, A1 and 98. RGB value is (227,161,152). Sum of RGB (Red+Green+Blue) = 227+161+152=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A198 is #1C5E67. Grayscale: #B3B3B3. Windows color (decimal): -1859176 or 10002915. OLE color: 10002915.

HSL color Cylindrical-coordinate representation of color #E3A198: hue angle of 7.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A198 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB227161152-
CMYK00.290.330.11
HSL7.2º57.25%74.31%-
HSV(B)7.2º33.04%89.02%-
XYZ50.0944.0935.58-
YUV179.71112.37161.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=42.04%
G=29.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716115200.290.330.117.257.2574.31
HexE3A19801D21B7394a
Octal3432412300354113771112
Binary11100011101000011001100001110110000110111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A198; }

 p { color: rgb(227,161,152); }

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

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

 a { background-color: rgb(227,161,152); }

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

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

 span { border-color: rgb(227,161,152); }

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