Html Css Color HEX #E8B3BA Blossom

📋 copy color: '#E8B3BA'

red 232 ◦ green 179 ◦ blue 186

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

Shades of Blossom #E8B3BA

Tints of Blossom #E8B3BA

RGB

 RED value IS 232 (91.02% from 255) = 38.86%

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

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

R = 38.86%
G = 29.98%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E8B3BA (or 0xE8B3BA) is known color: Blossom. HEX triplet: E8, B3 and BA. RGB value is (232,179,186). Sum of RGB (Red+Green+Blue) = 232+179+186=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B3BA is #174C45. Grayscale: #C3C3C3. Windows color (decimal): -1526854 or 12235752. OLE color: 12235752.

HSL color Cylindrical-coordinate representation of color #E8B3BA: hue angle of 352.08º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B3BA is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 179 186 -
CMYK 0 0.23 0.20 0.09
HSL 352.08º 0.54% 0.81% -
HSV(B) 352.08º 0.23% 0.91% -
XYZ 58.26 52.94 53.6 -
YUV 195.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 232 179 186 0 0.23 0.20 0.09 352.08 0.54 0.81
Hex E8 B3 BA 0 17 14 9 160 36 51
Octal 350 263 272 0 27 24 11 540 66 121
Binary 11101000 10110011 10111010 0 10111 10100 1001 101100000 110110 1010001

Color Harmonies of #E8B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B3BA

Black with #E8B3BA

Text Example


Text Example

White with #E8B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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