#E0BDBE

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

Shades of Pink Flare #E0BDBE

Tints of Pink Flare #E0BDBE

Color information

#E0BDBE (or 0xE0BDBE) is unknown color: approx Pink Flare. HEX triplet: E0, BD and BE. RGB value is (224,189,190). Sum of RGB (Red+Green+Blue) = 224+189+190=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBE is #1F4241. Grayscale: #C7C7C7. Windows color (decimal): -2048578 or 12500448. OLE color: 12500448.

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

Color convert

RGB224189190-
CMYK00.160.150.12
HSL358.29º36.08%80.98%-
HSV(B)358.29º15.62%87.84%-
XYZ58.2355.9656.45-
YUV199.58122.6145.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=37.15%
G=31.34%
B=31.51%

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
Decimal22418919000.160.150.12358.2936.0880.98
HexE0BDBE010FC1662451
Octal340275276020171454644121
Binary111000001011110110111110010000111111001011001101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDBE; }

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

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

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

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

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

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

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

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