#E2C9CB

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

Shades of Pale Rose #E2C9CB

Tints of Pale Rose #E2C9CB

Color information

#E2C9CB (or 0xE2C9CB) is unknown color: approx Pale Rose. HEX triplet: E2, C9 and CB. RGB value is (226,201,203). Sum of RGB (Red+Green+Blue) = 226+201+203=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9CB is #1D3634. Grayscale: #D0D0D0. Windows color (decimal): -1914421 or 13355490. OLE color: 13355490.

HSL color Cylindrical-coordinate representation of color #E2C9CB: hue angle of 355.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2C9CB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226201203-
CMYK00.110.100.11
HSL355.2º30.12%83.73%-
HSV(B)355.2º11.06%88.63%-
XYZ63.0362.2565.19-
YUV208.7124.78140.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=35.87%
G=31.90%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620120300.110.100.11355.230.1283.73
HexE2C9CB0BAB1631e54
Octal342311313013121354336124
Binary1110001011001001110010110101110101011101100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C9CB; }

 p { color: rgb(226,201,203); }

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

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

 a { background-color: rgb(226,201,203); }

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

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

 span { border-color: rgb(226,201,203); }

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