Html Css Color HEX #E7B9BA Blossom

📋 copy color: '#E7B9BA'

red 231 ◦ green 185 ◦ blue 186

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

Shades of Blossom #E7B9BA

Tints of Blossom #E7B9BA

RGB

 RED value IS 231 (90.63% from 255) = 38.37%

 GREEN value IS 185 (72.66% from 255) = 30.73%

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

R = 38.37%
G = 30.73%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7B9BA (or 0xE7B9BA) is known color: Blossom. HEX triplet: E7, B9 and BA. RGB value is (231,185,186). Sum of RGB (Red+Green+Blue) = 231+185+186=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B9BA is #184645. Grayscale: #C6C6C6. Windows color (decimal): -1590854 or 12237287. OLE color: 12237287.

HSL color Cylindrical-coordinate representation of color #E7B9BA: hue angle of 358.7º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7B9BA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 185 186 -
CMYK 0 0.20 0.19 0.09
HSL 358.7º 0.49% 0.82% -
HSV(B) 358.7º 0.2% 0.91% -
XYZ 59.17 55.23 54 -
YUV 198.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 231 185 186 0 0.20 0.19 0.09 358.7 0.49 0.82
Hex E7 B9 BA 0 14 13 9 167 31 52
Octal 347 271 272 0 24 23 11 547 61 122
Binary 11100111 10111001 10111010 0 10100 10011 1001 101100111 110001 1010010

Color Harmonies of #E7B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B9BA

Black with #E7B9BA

Text Example


Text Example

White with #E7B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B9BA; }

 p { color: rgb(231,185,186); }

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

background-color css

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

 a { background-color: rgb(231,185,186); }

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

border-color css

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

 span { border-color: rgb(231,185,186); }

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