#E49A96

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

Shades of Petite Orchid #E49A96

Tints of Petite Orchid #E49A96

Color information

#E49A96 (or 0xE49A96) is unknown color: approx Petite Orchid. HEX triplet: E4, 9A and 96. RGB value is (228,154,150). Sum of RGB (Red+Green+Blue) = 228+154+150=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A96 is #1B6569. Grayscale: #AFAFAF. Windows color (decimal): -1795434 or 9870052. OLE color: 9870052.

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

Color convert

RGB228154150-
CMYK00.320.340.11
HSL3.08º59.09%74.12%-
HSV(B)3.08º34.21%89.41%-
XYZ49.0641.8134.34-
YUV175.67113.52165.33-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=42.86%
G=28.95%
B=28.20%

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
Decimal22815415000.320.340.113.0859.0974.12
HexE49A9602022B33b4a
Octal3442322260404213373112
Binary11100100100110101001011001000001000101011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49A96; }

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

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

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

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

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

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

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

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