Html Css Color HEX #E9B4BA Blossom

📋 copy color: '#E9B4BA'

red 233 ◦ green 180 ◦ blue 186

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

Shades of Blossom #E9B4BA

Tints of Blossom #E9B4BA

RGB

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

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

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

R = 38.9%
G = 30.05%
B = 31.05%

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

#E9B4BA (or 0xE9B4BA) is known color: Blossom. HEX triplet: E9, B4 and BA. RGB value is (233,180,186). Sum of RGB (Red+Green+Blue) = 233+180+186=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4BA is #164B45. Grayscale: #C4C4C4. Windows color (decimal): -1461062 or 12236009. OLE color: 12236009.

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

Color convert

RGB 233 180 186 -
CMYK 0 0.23 0.20 0.09
HSL 353.21º 0.55% 0.81% -
HSV(B) 353.21º 0.23% 0.91% -
XYZ 58.79 53.51 53.68 -
YUV 196.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 233 180 186 0 0.23 0.20 0.09 353.21 0.55 0.81
Hex E9 B4 BA 0 17 14 9 161 37 51
Octal 351 264 272 0 27 24 11 541 67 121
Binary 11101001 10110100 10111010 0 10111 10100 1001 101100001 110111 1010001

Color Harmonies of #E9B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B4BA

Black with #E9B4BA

Text Example


Text Example

White with #E9B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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