Html Css Color HEX #E0B0BA Blossom

📋 copy color: '#E0B0BA'

red 224 ◦ green 176 ◦ blue 186

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

Shades of Blossom #E0B0BA

Tints of Blossom #E0B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

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

R = 38.23%
G = 30.03%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0B0BA (or 0xE0B0BA) is known color: Blossom. HEX triplet: E0, B0 and BA. RGB value is (224,176,186). Sum of RGB (Red+Green+Blue) = 224+176+186=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BA is #1F4F45. Grayscale: #BFBFBF. Windows color (decimal): -2051910 or 12234976. OLE color: 12234976.

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

Color convert

RGB 224 176 186 -
CMYK 0 0.21 0.17 0.12
HSL 347.5º 0.44% 0.78% -
HSV(B) 347.5º 0.21% 0.88% -
XYZ 55.13 50.44 53.29 -
YUV 191.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 224 176 186 0 0.21 0.17 0.12 347.5 0.44 0.78
Hex E0 B0 BA 0 15 11 C 15C 2C 4E
Octal 340 260 272 0 25 21 14 534 54 116
Binary 11100000 10110000 10111010 0 10101 10001 1100 101011100 101100 1001110

Color Harmonies of #E0B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0BA

Black with #E0B0BA

Text Example


Text Example

White with #E0B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0BA; }

 p { color: rgb(224,176,186); }

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

background-color css

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

 a { background-color: rgb(224,176,186); }

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

border-color css

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

 span { border-color: rgb(224,176,186); }

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