#E9E1E2

Color #E9E1E2 Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #E9E1E2

Tints of Pale Rose #E9E1E2

Color information

#E9E1E2 (or 0xE9E1E2) is unknown color: approx Pale Rose. HEX triplet: E9, E1 and E2. RGB value is (233,225,226). Sum of RGB (Red+Green+Blue) = 233+225+226=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1E2 is #161E1D. Grayscale: #E3E3E3. Windows color (decimal): -1449502 or 14868969. OLE color: 14868969.

HSL color Cylindrical-coordinate representation of color #E9E1E2: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E1E2 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233225226-
CMYK00.030.030.09
HSL352.5º15.38%89.8%-
HSV(B)352.5º3.43%91.37%-
XYZ74.2676.6782.84-
YUV227.51127.15131.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.06%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=34.06%
G=32.89%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322522600.030.030.09352.515.3889.8
HexE9E1E20339160f5a
Octal3513413420331154017132
Binary11101001111000011110001001111100110110000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1E2; }

 p { color: rgb(233,225,226); }

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

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

 a { background-color: rgb(233,225,226); }

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

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

 span { border-color: rgb(233,225,226); }

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