#E49489

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

Shades of Petite Orchid #E49489

Tints of Petite Orchid #E49489

Color information

#E49489 (or 0xE49489) is unknown color: approx Petite Orchid. HEX triplet: E4, 94 and 89. RGB value is (228,148,137). Sum of RGB (Red+Green+Blue) = 228+148+137=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E49489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49489 is #1B6B76. Grayscale: #AAAAAA. Windows color (decimal): -1796983 or 9016548. OLE color: 9016548.

HSL color Cylindrical-coordinate representation of color #E49489: hue angle of 7.25º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E49489 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB228148137-
CMYK00.350.400.11
HSL7.25º62.76%71.57%-
HSV(B)7.25º39.91%89.41%-
XYZ47.139.4828.8-
YUV170.67109168.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.44%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=44.44%
G=28.85%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814813700.350.400.117.2562.7671.57
HexE4948902328B73f48
Octal3442242110435013777110
Binary111001001001010010001001010001110100010111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49489; }

 p { color: rgb(228,148,137); }

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

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

 a { background-color: rgb(228,148,137); }

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

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

 span { border-color: rgb(228,148,137); }

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