Html Css Color HEX #E0B6BA Blossom

📋 copy color: '#E0B6BA'

red 224 ◦ green 182 ◦ blue 186

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

Shades of Blossom #E0B6BA

Tints of Blossom #E0B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.74%

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

R = 37.84%
G = 30.74%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0B6BA (or 0xE0B6BA) is known color: Blossom. HEX triplet: E0, B6 and BA. RGB value is (224,182,186). Sum of RGB (Red+Green+Blue) = 224+182+186=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B6BA is #1F4945. Grayscale: #C3C3C3. Windows color (decimal): -2050374 or 12236512. OLE color: 12236512.

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

Color convert

RGB 224 182 186 -
CMYK 0 0.19 0.17 0.12
HSL 354.29º 0.4% 0.8% -
HSV(B) 354.29º 0.19% 0.88% -
XYZ 56.33 52.85 53.69 -
YUV 195.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 224 182 186 0 0.19 0.17 0.12 354.29 0.4 0.8
Hex E0 B6 BA 0 13 11 C 162 28 50
Octal 340 266 272 0 23 21 14 542 50 120
Binary 11100000 10110110 10111010 0 10011 10001 1100 101100010 101000 1010000

Color Harmonies of #E0B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6BA

Black with #E0B6BA

Text Example


Text Example

White with #E0B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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