#E19D90

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

Shades of Petite Orchid #E19D90

Tints of Petite Orchid #E19D90

Color information

#E19D90 (or 0xE19D90) is unknown color: approx Petite Orchid. HEX triplet: E1, 9D and 90. RGB value is (225,157,144). Sum of RGB (Red+Green+Blue) = 225+157+144=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D90 is #1E626F. Grayscale: #AFAFAF. Windows color (decimal): -1991280 or 9477601. OLE color: 9477601.

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

Color convert

RGB225157144-
CMYK00.300.360.12
HSL9.63º57.45%72.35%-
HSV(B)9.63º36%88.24%-
XYZ48.1442.1431.98-
YUV175.85110.03163.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=42.78%
G=29.85%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515714400.300.360.129.6357.4572.35
HexE19D9001E24Ca3948
Octal34123522003644141271110
Binary111000011001110110010000011110100100110010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D90; }

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

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

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

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

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

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

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

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