#E49592

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

Shades of Petite Orchid #E49592

Tints of Petite Orchid #E49592

Color information

#E49592 (or 0xE49592) is unknown color: approx Petite Orchid. HEX triplet: E4, 95 and 92. RGB value is (228,149,146). Sum of RGB (Red+Green+Blue) = 228+149+146=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E49592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49592 is #1B6A6D. Grayscale: #ACACAC. Windows color (decimal): -1796718 or 9606628. OLE color: 9606628.

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

Color convert

RGB228149146-
CMYK00.350.360.11
HSL2.2º60.29%73.33%-
HSV(B)2.2º35.96%89.41%-
XYZ47.9340.0632.4-
YUV172.28113.17167.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.59%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=43.59%
G=28.49%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814914600.350.360.112.260.2973.33
HexE4959202324B23c49
Octal3442252220434413274111
Binary11100100100101011001001001000111001001011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49592; }

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

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

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

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

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

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

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

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