Html Css Color HEX #E9B4BB Blossom

📋 copy color: '#E9B4BB'

red 233 ◦ green 180 ◦ blue 187

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

Shades of Blossom #E9B4BB

Tints of Blossom #E9B4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30%

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 38.83%
G = 30%
B = 31.17%

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

#E9B4BB (or 0xE9B4BB) is known color: Blossom. HEX triplet: E9, B4 and BB. RGB value is (233,180,187). Sum of RGB (Red+Green+Blue) = 233+180+187=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4BB is #164B44. Grayscale: #C4C4C4. Windows color (decimal): -1461061 or 12301545. OLE color: 12301545.

HSL color Cylindrical-coordinate representation of color #E9B4BB: hue angle of 352.08º degrees, saturation: 0.55, 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 #E9B4BB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 180 187 -
CMYK 0 0.23 0.20 0.09
HSL 352.08º 0.55% 0.81% -
HSV(B) 352.08º 0.23% 0.91% -
XYZ 58.9 53.55 54.25 -
YUV 196.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 233 180 187 0 0.23 0.20 0.09 352.08 0.55 0.81
Hex E9 B4 BB 0 17 14 9 160 37 51
Octal 351 264 273 0 27 24 11 540 67 121
Binary 11101001 10110100 10111011 0 10111 10100 1001 101100000 110111 1010001

Color Harmonies of #E9B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B4BB

Black with #E9B4BB

Text Example


Text Example

White with #E9B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B4BB; }

 p { color: rgb(233,180,187); }

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

background-color css

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

 a { background-color: rgb(233,180,187); }

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

border-color css

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

 span { border-color: rgb(233,180,187); }

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