#E7A19B

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

Shades of Petite Orchid #E7A19B

Tints of Petite Orchid #E7A19B

Color information

#E7A19B (or 0xE7A19B) is unknown color: approx Petite Orchid. HEX triplet: E7, A1 and 9B. RGB value is (231,161,155). Sum of RGB (Red+Green+Blue) = 231+161+155=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A19B is #185E64. Grayscale: #B5B5B5. Windows color (decimal): -1597029 or 10199527. OLE color: 10199527.

HSL color Cylindrical-coordinate representation of color #E7A19B: hue angle of 4.74º degrees, saturation: 0.61, 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 #E7A19B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB231161155-
CMYK00.300.330.09
HSL4.74º61.29%75.69%-
HSV(B)4.74º32.9%90.59%-
XYZ51.6244.8536.95-
YUV181.25113.19163.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=42.23%
G=29.43%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116115500.300.330.094.7461.2975.69
HexE7A19B01E21953d4c
Octal3472412330364111575114
Binary11100111101000011001101101111010000110011011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A19B; }

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

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

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

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

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

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

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

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