#E49695

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

Shades of Petite Orchid #E49695

Tints of Petite Orchid #E49695

Color information

#E49695 (or 0xE49695) is unknown color: approx Petite Orchid. HEX triplet: E4, 96 and 95. RGB value is (228,150,149). Sum of RGB (Red+Green+Blue) = 228+150+149=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E49695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49695 is #1B696A. Grayscale: #ADADAD. Windows color (decimal): -1796459 or 9803492. OLE color: 9803492.

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

Color convert

RGB228150149-
CMYK00.340.350.11
HSL0.76º59.4%73.92%-
HSV(B)0.76º34.65%89.41%-
XYZ48.3340.4833.7-
YUV173.21114.34167.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=43.26%
G=28.46%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815014900.340.350.110.7659.473.92
HexE4969502223B13b4a
Octal3442262250424313173112
Binary1110010010010110100101010100010100011101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49695; }

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

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

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

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

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

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

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

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