#E7E1E2

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

Shades of Pale Rose #E7E1E2

Tints of Pale Rose #E7E1E2

Color information

#E7E1E2 (or 0xE7E1E2) is unknown color: approx Pale Rose. HEX triplet: E7, E1 and E2. RGB value is (231,225,226). Sum of RGB (Red+Green+Blue) = 231+225+226=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1E2 is #181E1D. Grayscale: #E2E2E2. Windows color (decimal): -1580574 or 14868967. OLE color: 14868967.

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

Color convert

RGB231225226-
CMYK00.030.020.09
HSL350º11.11%89.41%-
HSV(B)350º2.6%90.59%-
XYZ73.6176.3382.81-
YUV226.91127.49130.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.87%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=33.87%
G=32.99%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122522600.030.020.0935011.1189.41
HexE7E1E2032915eb59
Octal3473413420321153613131
Binary11100111111000011110001001110100110101111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E1E2; }

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

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

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

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

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

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

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

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