#E1BEC0

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

Shades of Pink Flare #E1BEC0

Tints of Pink Flare #E1BEC0

Color information

#E1BEC0 (or 0xE1BEC0) is unknown color: approx Pink Flare. HEX triplet: E1, BE and C0. RGB value is (225,190,192). Sum of RGB (Red+Green+Blue) = 225+190+192=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEC0 is #1E413F. Grayscale: #C8C8C8. Windows color (decimal): -1982784 or 12631777. OLE color: 12631777.

HSL color Cylindrical-coordinate representation of color #E1BEC0: hue angle of 356.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BEC0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225190192-
CMYK00.160.150.12
HSL356.57º36.84%81.37%-
HSV(B)356.57º15.56%88.24%-
XYZ58.9856.6457.69-
YUV200.69123.1145.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=37.07%
G=31.30%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519019200.160.150.12356.5736.8481.37
HexE1BEC0010FC1652551
Octal341276300020171454545121
Binary111000011011111011000000010000111111001011001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEC0; }

 p { color: rgb(225,190,192); }

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

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

 a { background-color: rgb(225,190,192); }

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

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

 span { border-color: rgb(225,190,192); }

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