Html Css Color HEX #E9B9BA Blossom

📋 copy color: '#E9B9BA'

red 233 ◦ green 185 ◦ blue 186

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

Shades of Blossom #E9B9BA

Tints of Blossom #E9B9BA

RGB

 RED value IS 233 (91.41% from 255) = 38.58%

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

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

R = 38.58%
G = 30.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9B9BA (or 0xE9B9BA) is known color: Blossom. HEX triplet: E9, B9 and BA. RGB value is (233,185,186). Sum of RGB (Red+Green+Blue) = 233+185+186=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9BA is #164645. Grayscale: #C7C7C7. Windows color (decimal): -1459782 or 12237289. OLE color: 12237289.

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

Color convert

RGB 233 185 186 -
CMYK 0 0.21 0.20 0.09
HSL 358.75º 0.52% 0.82% -
HSV(B) 358.75º 0.21% 0.91% -
XYZ 59.82 55.57 54.03 -
YUV 199.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 233 185 186 0 0.21 0.20 0.09 358.75 0.52 0.82
Hex E9 B9 BA 0 15 14 9 167 34 52
Octal 351 271 272 0 25 24 11 547 64 122
Binary 11101001 10111001 10111010 0 10101 10100 1001 101100111 110100 1010010

Color Harmonies of #E9B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B9BA

Black with #E9B9BA

Text Example


Text Example

White with #E9B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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