#E19B97

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

Shades of Petite Orchid #E19B97

Tints of Petite Orchid #E19B97

Color information

#E19B97 (or 0xE19B97) is unknown color: approx Petite Orchid. HEX triplet: E1, 9B and 97. RGB value is (225,155,151). Sum of RGB (Red+Green+Blue) = 225+155+151=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B97 is #1E6468. Grayscale: #AFAFAF. Windows color (decimal): -1991785 or 9935841. OLE color: 9935841.

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

Color convert

RGB225155151-
CMYK00.310.330.12
HSL3.24º55.22%73.73%-
HSV(B)3.24º32.89%88.24%-
XYZ48.3641.6834.78-
YUV175.47114.19163.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=42.37%
G=29.19%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515515100.310.330.123.2455.2273.73
HexE19B9701F21C3374a
Octal3412332270374114367112
Binary1110000110011011100101110111111000011100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B97; }

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

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

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

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

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

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

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

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