#E0B9BA

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

Shades of Pink Flare #E0B9BA

Tints of Pink Flare #E0B9BA

Color information

#E0B9BA (or 0xE0B9BA) is unknown color: approx Pink Flare. HEX triplet: E0, B9 and BA. RGB value is (224,185,186). Sum of RGB (Red+Green+Blue) = 224+185+186=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9BA is #1F4645. Grayscale: #C4C4C4. Windows color (decimal): -2049606 or 12237280. OLE color: 12237280.

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

Color convert

RGB224185186-
CMYK00.170.170.12
HSL358.46º38.61%80.2%-
HSV(B)358.46º17.41%87.84%-
XYZ56.9554.0953.89-
YUV196.78121.92147.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=37.65%
G=31.09%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418518600.170.170.12358.4638.6180.2
HexE0B9BA01111C1662750
Octal340271272021211454647120
Binary1110000010111001101110100100011000111001011001101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9BA; }

 p { color: rgb(224,185,186); }

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

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

 a { background-color: rgb(224,185,186); }

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

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

 span { border-color: rgb(224,185,186); }

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