#E49A97

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

Shades of Petite Orchid #E49A97

Tints of Petite Orchid #E49A97

Color information

#E49A97 (or 0xE49A97) is unknown color: approx Petite Orchid. HEX triplet: E4, 9A and 97. RGB value is (228,154,151). Sum of RGB (Red+Green+Blue) = 228+154+151=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A97 is #1B6568. Grayscale: #AFAFAF. Windows color (decimal): -1795433 or 9935588. OLE color: 9935588.

HSL color Cylindrical-coordinate representation of color #E49A97: hue angle of 2.34º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49A97 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228154151-
CMYK00.320.340.11
HSL2.34º58.78%74.31%-
HSV(B)2.34º33.77%89.41%-
XYZ49.1441.8434.76-
YUV175.78114.02165.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=42.78%
G=28.89%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815415100.320.340.112.3458.7874.31
HexE49A9702022B23b4a
Octal3442322270404213273112
Binary11100100100110101001011101000001000101011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49A97; }

 p { color: rgb(228,154,151); }

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

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

 a { background-color: rgb(228,154,151); }

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

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

 span { border-color: rgb(228,154,151); }

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