#E0BCBD

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

Shades of Pink Flare #E0BCBD

Tints of Pink Flare #E0BCBD

Color information

#E0BCBD (or 0xE0BCBD) is unknown color: approx Pink Flare. HEX triplet: E0, BC and BD. RGB value is (224,188,189). Sum of RGB (Red+Green+Blue) = 224+188+189=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBD is #1F4342. Grayscale: #C6C6C6. Windows color (decimal): -2048835 or 12434656. OLE color: 12434656.

HSL color Cylindrical-coordinate representation of color #E0BCBD: hue angle of 358.33º 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 #E0BCBD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224188189-
CMYK00.160.160.12
HSL358.33º36.73%80.78%-
HSV(B)358.33º16.07%87.84%-
XYZ57.9155.4955.8-
YUV198.88122.43145.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=37.27%
G=31.28%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418818900.160.160.12358.3336.7380.78
HexE0BCBD01010C1662551
Octal340274275020201454645121
Binary1110000010111100101111010100001000011001011001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCBD; }

 p { color: rgb(224,188,189); }

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

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

 a { background-color: rgb(224,188,189); }

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

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

 span { border-color: rgb(224,188,189); }

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