#E8A198

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

Shades of Petite Orchid #E8A198

Tints of Petite Orchid #E8A198

Color information

#E8A198 (or 0xE8A198) is unknown color: approx Petite Orchid. HEX triplet: E8, A1 and 98. RGB value is (232,161,152). Sum of RGB (Red+Green+Blue) = 232+161+152=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A198 is #175E67. Grayscale: #B5B5B5. Windows color (decimal): -1531496 or 10002920. OLE color: 10002920.

HSL color Cylindrical-coordinate representation of color #E8A198: hue angle of 6.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A198 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232161152-
CMYK00.310.340.09
HSL6.75º63.49%75.29%-
HSV(B)6.75º34.48%90.98%-
XYZ51.6944.9135.65-
YUV181.2111.52164.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=42.57%
G=29.54%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216115200.310.340.096.7563.4975.29
HexE8A19801F22973f4b
Octal3502412300374211777113
Binary11101000101000011001100001111110001010011111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A198; }

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

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

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

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

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

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

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

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