#E19B95

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

Shades of Petite Orchid #E19B95

Tints of Petite Orchid #E19B95

Color information

#E19B95 (or 0xE19B95) is unknown color: approx Petite Orchid. HEX triplet: E1, 9B and 95. RGB value is (225,155,149). Sum of RGB (Red+Green+Blue) = 225+155+149=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B95 is #1E646A. Grayscale: #AFAFAF. Windows color (decimal): -1991787 or 9804769. OLE color: 9804769.

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

Color convert

RGB225155149-
CMYK00.310.340.12
HSL4.74º55.88%73.33%-
HSV(B)4.74º33.78%88.24%-
XYZ48.241.6233.93-
YUV175.25113.19163.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=42.53%
G=29.30%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515514900.310.340.124.7455.8873.33
HexE19B9501F22C53849
Octal3412332250374214570111
Binary11100001100110111001010101111110001011001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B95; }

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

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

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

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

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

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

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

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