Html Css Color HEX #E0B3BA Blossom

📋 copy color: '#E0B3BA'

red 224 ◦ green 179 ◦ blue 186

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

Shades of Blossom #E0B3BA

Tints of Blossom #E0B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.39%

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

R = 38.03%
G = 30.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0B3BA (or 0xE0B3BA) is known color: Blossom. HEX triplet: E0, B3 and BA. RGB value is (224,179,186). Sum of RGB (Red+Green+Blue) = 224+179+186=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B3BA is #1F4C45. Grayscale: #C1C1C1. Windows color (decimal): -2051142 or 12235744. OLE color: 12235744.

HSL color Cylindrical-coordinate representation of color #E0B3BA: hue angle of 350.67º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B3BA is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 186 -
CMYK 0 0.20 0.17 0.12
HSL 350.67º 0.42% 0.79% -
HSV(B) 350.67º 0.2% 0.88% -
XYZ 55.72 51.63 53.48 -
YUV 193.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 224 179 186 0 0.20 0.17 0.12 350.67 0.42 0.79
Hex E0 B3 BA 0 14 11 C 15F 2A 4F
Octal 340 263 272 0 24 21 14 537 52 117
Binary 11100000 10110011 10111010 0 10100 10001 1100 101011111 101010 1001111

Color Harmonies of #E0B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B3BA

Black with #E0B3BA

Text Example


Text Example

White with #E0B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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