#E19B98

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

Shades of Petite Orchid #E19B98

Tints of Petite Orchid #E19B98

Color information

#E19B98 (or 0xE19B98) is unknown color: approx Petite Orchid. HEX triplet: E1, 9B and 98. RGB value is (225,155,152). Sum of RGB (Red+Green+Blue) = 225+155+152=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B98 is #1E6467. Grayscale: #AFAFAF. Windows color (decimal): -1991784 or 10001377. OLE color: 10001377.

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

Color convert

RGB225155152-
CMYK00.310.320.12
HSL2.47º54.89%73.92%-
HSV(B)2.47º32.44%88.24%-
XYZ48.4441.7235.2-
YUV175.59114.69163.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=42.29%
G=29.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515515200.310.320.122.4754.8973.92
HexE19B9801F20C2374a
Octal3412332300374014267112
Binary1110000110011011100110000111111000001100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B98; }

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

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

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

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

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

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

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

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