#e49993

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

Shades of Petite Orchid #E49993

Tints of Petite Orchid #E49993

Color information

#E49993 (or 0xE49993) is unknown color: approx Petite Orchid. HEX triplet: E4, 99 and 93. RGB value is (228,153,147). Sum of RGB (Red+Green+Blue) = 228+153+147=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E49993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49993 is #1B666C. Grayscale: #AEAEAE. Windows color (decimal): -1795693 or 9673188. OLE color: 9673188.

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

Color convert

RGB228153147-
CMYK00.330.360.11
HSL4.44º60%73.53%-
HSV(B)4.44º35.53%89.41%-
XYZ48.6541.3833.03-
YUV174.74112.35165.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=43.18%
G=28.98%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815314700.330.360.114.446073.53
HexE4999302124B43c4a
Octal3442312230414413474112
Binary111001001001100110010011010000110010010111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e49993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e49993; }

 p { color: rgb(228,153,147); }

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

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

 a { background-color: rgb(228,153,147); }

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

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

 span { border-color: rgb(228,153,147); }

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