#E19894

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

Shades of Petite Orchid #E19894

Tints of Petite Orchid #E19894

Color information

#E19894 (or 0xE19894) is unknown color: approx Petite Orchid. HEX triplet: E1, 98 and 94. RGB value is (225,152,148). Sum of RGB (Red+Green+Blue) = 225+152+148=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19894 is #1E676B. Grayscale: #ADADAD. Windows color (decimal): -1992556 or 9738465. OLE color: 9738465.

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

Color convert

RGB225152148-
CMYK00.320.340.12
HSL3.12º56.2%73.14%-
HSV(B)3.12º34.22%88.24%-
XYZ47.6240.633.34-
YUV173.37113.68164.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=42.86%
G=28.95%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515214800.320.340.123.1256.273.14
HexE1989402022C33849
Octal3412302240404214370111
Binary11100001100110001001010001000001000101100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19894; }

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

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

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

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

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

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

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

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