#E49594

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

Shades of Petite Orchid #E49594

Tints of Petite Orchid #E49594

Color information

#E49594 (or 0xE49594) is unknown color: approx Petite Orchid. HEX triplet: E4, 95 and 94. RGB value is (228,149,148). Sum of RGB (Red+Green+Blue) = 228+149+148=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E49594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49594 is #1B6A6B. Grayscale: #ACACAC. Windows color (decimal): -1796716 or 9737700. OLE color: 9737700.

HSL color Cylindrical-coordinate representation of color #E49594: hue angle of 0.75º degrees, saturation: 0.6, 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 #E49594 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB228149148-
CMYK00.350.350.11
HSL0.75º59.7%73.73%-
HSV(B)0.75º35.09%89.41%-
XYZ48.0940.1333.23-
YUV172.51114.17167.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=43.43%
G=28.38%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814914800.350.350.110.7559.773.73
HexE4959402323B13c4a
Octal3442252240434313174112
Binary1110010010010101100101000100011100011101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49594; }

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

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

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

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

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

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

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

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