#E19590

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

Shades of Petite Orchid #E19590

Tints of Petite Orchid #E19590

Color information

#E19590 (or 0xE19590) is unknown color: approx Petite Orchid. HEX triplet: E1, 95 and 90. RGB value is (225,149,144). Sum of RGB (Red+Green+Blue) = 225+149+144=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19590 is #1E6A6F. Grayscale: #ABABAB. Windows color (decimal): -1993328 or 9475553. OLE color: 9475553.

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

Color convert

RGB225149144-
CMYK00.340.360.12
HSL3.7º57.45%72.35%-
HSV(B)3.7º36%88.24%-
XYZ46.8339.5231.54-
YUV171.15112.68166.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=43.44%
G=28.76%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514914400.340.360.123.757.4572.35
HexE1959002224C43948
Octal3412252200424414471110
Binary111000011001010110010000010001010010011001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19590; }

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

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

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

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

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

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

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

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