Html Css Color HEX #E2B3BA Blossom

📋 copy color: '#E2B3BA'

red 226 ◦ green 179 ◦ blue 186

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

Shades of Blossom #E2B3BA

Tints of Blossom #E2B3BA

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

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

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

R = 38.24%
G = 30.29%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2B3BA (or 0xE2B3BA) is known color: Blossom. HEX triplet: E2, B3 and BA. RGB value is (226,179,186). Sum of RGB (Red+Green+Blue) = 226+179+186=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3BA is #1D4C45. Grayscale: #C1C1C1. Windows color (decimal): -1920070 or 12235746. OLE color: 12235746.

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

Color convert

RGB 226 179 186 -
CMYK 0 0.21 0.18 0.11
HSL 351.06º 0.45% 0.79% -
HSV(B) 351.06º 0.21% 0.89% -
XYZ 56.35 51.95 53.51 -
YUV 193.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 226 179 186 0 0.21 0.18 0.11 351.06 0.45 0.79
Hex E2 B3 BA 0 15 12 B 15F 2D 4F
Octal 342 263 272 0 25 22 13 537 55 117
Binary 11100010 10110011 10111010 0 10101 10010 1011 101011111 101101 1001111

Color Harmonies of #E2B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B3BA

Black with #E2B3BA

Text Example


Text Example

White with #E2B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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