#E19390

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

Shades of Petite Orchid #E19390

Tints of Petite Orchid #E19390

Color information

#E19390 (or 0xE19390) is unknown color: approx Petite Orchid. HEX triplet: E1, 93 and 90. RGB value is (225,147,144). Sum of RGB (Red+Green+Blue) = 225+147+144=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E19390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19390 is #1E6C6F. Grayscale: #AAAAAA. Windows color (decimal): -1993840 or 9475041. OLE color: 9475041.

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

Color convert

RGB225147144-
CMYK00.350.360.12
HSL2.22º57.45%72.35%-
HSV(B)2.22º36%88.24%-
XYZ46.5238.8931.44-
YUV169.98113.34167.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=43.60%
G=28.49%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514714400.350.360.122.2257.4572.35
HexE1939002324C23948
Octal3412232200434414271110
Binary11100001100100111001000001000111001001100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19390; }

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

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

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

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

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

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

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

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