Html Css Color HEX #E1BDBF Pink Flare

📋 copy color: '#E1BDBF'

red 225 ◦ green 189 ◦ blue 191

#E1BDBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #E1BDBF

Tints of Pink Flare #E1BDBF

RGB

 RED value IS 225 (88.28% from 255) = 37.19%

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 191 (75% from 255) = 31.57%

R = 37.19%
G = 31.24%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E1BDBF (or 0xE1BDBF) is known color: Pink Flare. HEX triplet: E1, BD and BF. RGB value is (225,189,191). Sum of RGB (Red+Green+Blue) = 225+189+191=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBF is #1E4240. Grayscale: #C8C8C8. Windows color (decimal): -1983041 or 12565985. OLE color: 12565985.

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

Color convert

RGB 225 189 191 -
CMYK 0 0.16 0.15 0.12
HSL 356.67º 0.38% 0.81% -
HSV(B) 356.67º 0.16% 0.88% -
XYZ 58.65 56.16 57.04 -
YUV 199.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 225 189 191 0 0.16 0.15 0.12 356.67 0.38 0.81
Hex E1 BD BF 0 10 F C 165 26 51
Octal 341 275 277 0 20 17 14 545 46 121
Binary 11100001 10111101 10111111 0 10000 1111 1100 101100101 100110 1010001

Color Harmonies of #E1BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDBF

Black with #E1BDBF

Text Example


Text Example

White with #E1BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDBF; }

 p { color: rgb(225,189,191); }

 H1.HeaderClassName
 {
   color: #E1BDBF;
 }
 .AnyTagClassName
 {
   color: #E1BDBF;
 }
</style>

background-color css

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

 a { background-color: rgb(225,189,191); }

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

border-color css

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

 span { border-color: rgb(225,189,191); }

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