Html Css Color HEX #E9B2BB Blossom

📋 copy color: '#E9B2BB'

red 233 ◦ green 178 ◦ blue 187

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

Shades of Blossom #E9B2BB

Tints of Blossom #E9B2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.77%

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

R = 38.96%
G = 29.77%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9B2BB (or 0xE9B2BB) is known color: Blossom. HEX triplet: E9, B2 and BB. RGB value is (233,178,187). Sum of RGB (Red+Green+Blue) = 233+178+187=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2BB is #164D44. Grayscale: #C3C3C3. Windows color (decimal): -1461573 or 12301033. OLE color: 12301033.

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

Color convert

RGB 233 178 187 -
CMYK 0 0.24 0.20 0.09
HSL 350.18º 0.56% 0.81% -
HSV(B) 350.18º 0.24% 0.91% -
XYZ 58.49 52.75 54.11 -
YUV 195.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 233 178 187 0 0.24 0.20 0.09 350.18 0.56 0.81
Hex E9 B2 BB 0 18 14 9 15E 38 51
Octal 351 262 273 0 30 24 11 536 70 121
Binary 11101001 10110010 10111011 0 11000 10100 1001 101011110 111000 1010001

Color Harmonies of #E9B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B2BB

Black with #E9B2BB

Text Example


Text Example

White with #E9B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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