#E2BDBE

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

Shades of Pink Flare #E2BDBE

Tints of Pink Flare #E2BDBE

Color information

#E2BDBE (or 0xE2BDBE) is unknown color: approx Pink Flare. HEX triplet: E2, BD and BE. RGB value is (226,189,190). Sum of RGB (Red+Green+Blue) = 226+189+190=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDBE is #1D4241. Grayscale: #C8C8C8. Windows color (decimal): -1917506 or 12500450. OLE color: 12500450.

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

Color convert

RGB226189190-
CMYK00.160.160.11
HSL358.38º38.95%81.37%-
HSV(B)358.38º16.37%88.63%-
XYZ58.8656.2856.48-
YUV200.18122.26146.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=37.36%
G=31.24%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618919000.160.160.11358.3838.9581.37
HexE2BDBE01010B1662751
Octal342275276020201354647121
Binary1110001010111101101111100100001000010111011001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDBE; }

 p { color: rgb(226,189,190); }

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

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

 a { background-color: rgb(226,189,190); }

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

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

 span { border-color: rgb(226,189,190); }

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