Html Css Color HEX #E1B9BA Pink Flare

📋 copy color: '#E1B9BA'

red 225 ◦ green 185 ◦ blue 186

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

Shades of Pink Flare #E1B9BA

Tints of Pink Flare #E1B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 37.75%
G = 31.04%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1B9BA (or 0xE1B9BA) is known color: Pink Flare. HEX triplet: E1, B9 and BA. RGB value is (225,185,186). Sum of RGB (Red+Green+Blue) = 225+185+186=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B9BA is #1E4645. Grayscale: #C5C5C5. Windows color (decimal): -1984070 or 12237281. OLE color: 12237281.

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

Color convert

RGB 225 185 186 -
CMYK 0 0.18 0.17 0.12
HSL 358.5º 0.4% 0.8% -
HSV(B) 358.5º 0.18% 0.88% -
XYZ 57.26 54.25 53.91 -
YUV 197.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 225 185 186 0 0.18 0.17 0.12 358.5 0.4 0.8
Hex E1 B9 BA 0 12 11 C 166 28 50
Octal 341 271 272 0 22 21 14 546 50 120
Binary 11100001 10111001 10111010 0 10010 10001 1100 101100110 101000 1010000

Color Harmonies of #E1B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B9BA

Black with #E1B9BA

Text Example


Text Example

White with #E1B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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