#E19689

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

Shades of Petite Orchid #E19689

Tints of Petite Orchid #E19689

Color information

#E19689 (or 0xE19689) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 89. RGB value is (225,150,137). Sum of RGB (Red+Green+Blue) = 225+150+137=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E19689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19689 is #1E6976. Grayscale: #ABABAB. Windows color (decimal): -1993079 or 9017057. OLE color: 9017057.

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

Color convert

RGB225150137-
CMYK00.330.390.12
HSL8.86º59.46%70.98%-
HSV(B)8.86º39.11%88.24%-
XYZ46.4739.6328.87-
YUV170.94108.85166.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=43.95%
G=29.30%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515013700.330.390.128.8659.4670.98
HexE1968902127C93b47
Octal34122621104147141173107
Binary1110000110010110100010010100001100111110010011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19689; }

 p { color: rgb(225,150,137); }

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

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

 a { background-color: rgb(225,150,137); }

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

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

 span { border-color: rgb(225,150,137); }

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