#E49897

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

Shades of Petite Orchid #E49897

Tints of Petite Orchid #E49897

Color information

#E49897 (or 0xE49897) is unknown color: approx Petite Orchid. HEX triplet: E4, 98 and 97. RGB value is (228,152,151). Sum of RGB (Red+Green+Blue) = 228+152+151=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E49897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49897 is #1B6768. Grayscale: #AEAEAE. Windows color (decimal): -1795945 or 9935076. OLE color: 9935076.

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

Color convert

RGB228152151-
CMYK00.330.340.11
HSL0.78º58.78%74.31%-
HSV(B)0.78º33.77%89.41%-
XYZ48.8141.1834.66-
YUV174.61114.68166.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 151 (59.38% from 255) = 28.44%
R=42.94%
G=28.63%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815215100.330.340.110.7858.7874.31
HexE4989702122B13b4a
Octal3442302270414213173112
Binary1110010010011000100101110100001100010101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49897; }

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

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

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

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

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

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

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

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