#E7A19D

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

Shades of Petite Orchid #E7A19D

Tints of Petite Orchid #E7A19D

Color information

#E7A19D (or 0xE7A19D) is unknown color: approx Petite Orchid. HEX triplet: E7, A1 and 9D. RGB value is (231,161,157). Sum of RGB (Red+Green+Blue) = 231+161+157=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A19D is #185E62. Grayscale: #B5B5B5. Windows color (decimal): -1597027 or 10330599. OLE color: 10330599.

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

Color convert

RGB231161157-
CMYK00.300.320.09
HSL3.24º60.66%76.08%-
HSV(B)3.24º32.03%90.59%-
XYZ51.7944.9137.84-
YUV181.47114.19163.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=42.08%
G=29.33%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116115700.300.320.093.2460.6676.08
HexE7A19D01E20933d4c
Octal3472412350364011375114
Binary1110011110100001100111010111101000001001111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A19D; }

 p { color: rgb(231,161,157); }

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

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

 a { background-color: rgb(231,161,157); }

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

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

 span { border-color: rgb(231,161,157); }

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