#E8A19C

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

Shades of Petite Orchid #E8A19C

Tints of Petite Orchid #E8A19C

Color information

#E8A19C (or 0xE8A19C) is unknown color: approx Petite Orchid. HEX triplet: E8, A1 and 9C. RGB value is (232,161,156). Sum of RGB (Red+Green+Blue) = 232+161+156=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A19C is #175E63. Grayscale: #B5B5B5. Windows color (decimal): -1531492 or 10265064. OLE color: 10265064.

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

Color convert

RGB232161156-
CMYK00.310.330.09
HSL3.95º62.3%76.08%-
HSV(B)3.95º32.76%90.98%-
XYZ52.0245.0537.41-
YUV181.66113.52163.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=42.26%
G=29.33%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216115600.310.330.093.9562.376.08
HexE8A19C01F21943e4c
Octal3502412340374111476114
Binary11101000101000011001110001111110000110011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A19C; }

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

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

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

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

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

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

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

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