#E19A8F

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

Shades of Petite Orchid #E19A8F

Tints of Petite Orchid #E19A8F

Color information

#E19A8F (or 0xE19A8F) is unknown color: approx Petite Orchid. HEX triplet: E1, 9A and 8F. RGB value is (225,154,143). Sum of RGB (Red+Green+Blue) = 225+154+143=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8F is #1E6570. Grayscale: #AEAEAE. Windows color (decimal): -1992049 or 9411297. OLE color: 9411297.

HSL color Cylindrical-coordinate representation of color #E19A8F: hue angle of 8.05º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19A8F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225154143-
CMYK00.320.360.12
HSL8.05º57.75%72.16%-
HSV(B)8.05º36.44%88.24%-
XYZ47.5641.131.41-
YUV173.98110.52164.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=43.10%
G=29.50%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515414300.320.360.128.0557.7572.16
HexE19A8F02024C83a48
Octal34123221704044141072110
Binary1110000110011010100011110100000100100110010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A8F; }

 p { color: rgb(225,154,143); }

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

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

 a { background-color: rgb(225,154,143); }

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

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

 span { border-color: rgb(225,154,143); }

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