#E1C1C2

Color #E1C1C2 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #E1C1C2

Tints of Pink Flare #E1C1C2

Color information

#E1C1C2 (or 0xE1C1C2) is unknown color: approx Pink Flare. HEX triplet: E1, C1 and C2. RGB value is (225,193,194). Sum of RGB (Red+Green+Blue) = 225+193+194=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1C2 is #1E3E3D. Grayscale: #CACACA. Windows color (decimal): -1982014 or 12763617. OLE color: 12763617.

HSL color Cylindrical-coordinate representation of color #E1C1C2: hue angle of 358.12º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C1C2 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225193194-
CMYK00.140.140.12
HSL358.12º34.78%81.96%-
HSV(B)358.12º14.22%88.24%-
XYZ59.8658.0459.09-
YUV202.68123.1143.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=36.76%
G=31.54%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519319400.140.140.12358.1234.7881.96
HexE1C1C20EEC1662352
Octal341301302016161454643122
Binary11100001110000011100001001110111011001011001101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1C2; }

 p { color: rgb(225,193,194); }

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

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

 a { background-color: rgb(225,193,194); }

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

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

 span { border-color: rgb(225,193,194); }

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