#E6A19D

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

Shades of Petite Orchid #E6A19D

Tints of Petite Orchid #E6A19D

Color information

#E6A19D (or 0xE6A19D) is unknown color: approx Petite Orchid. HEX triplet: E6, A1 and 9D. RGB value is (230,161,157). Sum of RGB (Red+Green+Blue) = 230+161+157=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A19D is #195E62. Grayscale: #B5B5B5. Windows color (decimal): -1662563 or 10330598. OLE color: 10330598.

HSL color Cylindrical-coordinate representation of color #E6A19D: hue angle of 3.29º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A19D is Cyan = 0, Magento = 0.3, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230161157-
CMYK00.30.320.10
HSL3.29º59.35%75.88%-
HSV(B)3.29º31.74%90.2%-
XYZ51.4644.7537.82-
YUV181.18114.36162.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=41.97%
G=29.38%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016115700.30.320.103.2959.3575.88
HexE6A19D01E20A33b4c
Octal3462412350364012373114
Binary1110011010100001100111010111101000001010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A19D; }

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

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

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

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

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

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

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

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