Html Css Color HEX #E0BBBD Pink Flare

📋 copy color: '#E0BBBD'

red 224 ◦ green 187 ◦ blue 189

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

Shades of Pink Flare #E0BBBD

Tints of Pink Flare #E0BBBD

RGB

 RED value IS 224 (87.89% from 255) = 37.33%

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 37.33%
G = 31.17%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0BBBD (or 0xE0BBBD) is known color: Pink Flare. HEX triplet: E0, BB and BD. RGB value is (224,187,189). Sum of RGB (Red+Green+Blue) = 224+187+189=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBD is #1F4442. Grayscale: #C6C6C6. Windows color (decimal): -2049091 or 12434400. OLE color: 12434400.

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

Color convert

RGB 224 187 189 -
CMYK 0 0.17 0.16 0.12
HSL 356.76º 0.37% 0.81% -
HSV(B) 356.76º 0.17% 0.88% -
XYZ 57.7 55.06 55.73 -
YUV 198.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 224 187 189 0 0.17 0.16 0.12 356.76 0.37 0.81
Hex E0 BB BD 0 11 10 C 165 25 51
Octal 340 273 275 0 21 20 14 545 45 121
Binary 11100000 10111011 10111101 0 10001 10000 1100 101100101 100101 1010001

Color Harmonies of #E0BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BBBD

Black with #E0BBBD

Text Example


Text Example

White with #E0BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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