Html Css Color HEX #E0BEBF Pink Flare

📋 copy color: '#E0BEBF'

red 224 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #E0BEBF

Tints of Pink Flare #E0BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

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

R = 37.02%
G = 31.4%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0BEBF (or 0xE0BEBF) is known color: Pink Flare. HEX triplet: E0, BE and BF. RGB value is (224,190,191). Sum of RGB (Red+Green+Blue) = 224+190+191=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEBF is #1F4140. Grayscale: #C8C8C8. Windows color (decimal): -2048321 or 12566240. OLE color: 12566240.

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

Color convert

RGB 224 190 191 -
CMYK 0 0.15 0.15 0.12
HSL 358.24º 0.35% 0.81% -
HSV(B) 358.24º 0.15% 0.88% -
XYZ 58.56 56.44 57.1 -
YUV 200.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 224 190 191 0 0.15 0.15 0.12 358.24 0.35 0.81
Hex E0 BE BF 0 F F C 166 23 51
Octal 340 276 277 0 17 17 14 546 43 121
Binary 11100000 10111110 10111111 0 1111 1111 1100 101100110 100011 1010001

Color Harmonies of #E0BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BEBF

Black with #E0BEBF

Text Example


Text Example

White with #E0BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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