#E19891

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

Shades of Petite Orchid #E19891

Tints of Petite Orchid #E19891

Color information

#E19891 (or 0xE19891) is unknown color: approx Petite Orchid. HEX triplet: E1, 98 and 91. RGB value is (225,152,145). Sum of RGB (Red+Green+Blue) = 225+152+145=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19891 is #1E676E. Grayscale: #ADADAD. Windows color (decimal): -1992559 or 9541857. OLE color: 9541857.

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

Color convert

RGB225152145-
CMYK00.320.360.12
HSL5.25º57.14%72.55%-
HSV(B)5.25º35.56%88.24%-
XYZ47.3940.5132.11-
YUV173.03112.18165.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=43.10%
G=29.12%
B=27.78%

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
Decimal22515214500.320.360.125.2557.1472.55
HexE1989102024C53949
Octal3412302210404414571111
Binary111000011001100010010001010000010010011001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19891; }

 p { color: rgb(225,152,145); }

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

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

 a { background-color: rgb(225,152,145); }

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

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

 span { border-color: rgb(225,152,145); }

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