Html Css Color HEX #E3B0BA Blossom

📋 copy color: '#E3B0BA'

red 227 ◦ green 176 ◦ blue 186

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

Shades of Blossom #E3B0BA

Tints of Blossom #E3B0BA

RGB

 RED value IS 227 (89.06% from 255) = 38.54%

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

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

R = 38.54%
G = 29.88%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E3B0BA (or 0xE3B0BA) is known color: Blossom. HEX triplet: E3, B0 and BA. RGB value is (227,176,186). Sum of RGB (Red+Green+Blue) = 227+176+186=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B0BA is #1C4F45. Grayscale: #C0C0C0. Windows color (decimal): -1855302 or 12234979. OLE color: 12234979.

HSL color Cylindrical-coordinate representation of color #E3B0BA: hue angle of 348.24º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3B0BA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 176 186 -
CMYK 0 0.22 0.18 0.11
HSL 348.24º 0.48% 0.79% -
HSV(B) 348.24º 0.22% 0.89% -
XYZ 56.07 50.93 53.33 -
YUV 192.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 227 176 186 0 0.22 0.18 0.11 348.24 0.48 0.79
Hex E3 B0 BA 0 16 12 B 15C 30 4F
Octal 343 260 272 0 26 22 13 534 60 117
Binary 11100011 10110000 10111010 0 10110 10010 1011 101011100 110000 1001111

Color Harmonies of #E3B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B0BA

Black with #E3B0BA

Text Example


Text Example

White with #E3B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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