#E19790

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

Shades of Petite Orchid #E19790

Tints of Petite Orchid #E19790

Color information

#E19790 (or 0xE19790) is unknown color: approx Petite Orchid. HEX triplet: E1, 97 and 90. RGB value is (225,151,144). Sum of RGB (Red+Green+Blue) = 225+151+144=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19790 is #1E686F. Grayscale: #ACACAC. Windows color (decimal): -1992816 or 9476065. OLE color: 9476065.

HSL color Cylindrical-coordinate representation of color #E19790: hue angle of 5.19º degrees, saturation: 0.57, 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 #E19790 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225151144-
CMYK00.330.360.12
HSL5.19º57.45%72.35%-
HSV(B)5.19º36%88.24%-
XYZ47.1540.1531.65-
YUV172.33112.02165.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=43.27%
G=29.04%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515114400.330.360.125.1957.4572.35
HexE1979002124C53948
Octal3412272200414414571110
Binary111000011001011110010000010000110010011001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19790; }

 p { color: rgb(225,151,144); }

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

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

 a { background-color: rgb(225,151,144); }

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

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

 span { border-color: rgb(225,151,144); }

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