Html Css Color HEX #E9BABF Blossom

📋 copy color: '#E9BABF'

red 233 ◦ green 186 ◦ blue 191

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

Shades of Blossom #E9BABF

Tints of Blossom #E9BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 191 (75% from 255) = 31.31%

R = 38.2%
G = 30.49%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9BABF (or 0xE9BABF) is known color: Blossom. HEX triplet: E9, BA and BF. RGB value is (233,186,191). Sum of RGB (Red+Green+Blue) = 233+186+191=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BABF is #164540. Grayscale: #C8C8C8. Windows color (decimal): -1459521 or 12565225. OLE color: 12565225.

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

Color convert

RGB 233 186 191 -
CMYK 0 0.20 0.18 0.09
HSL 353.62º 0.52% 0.82% -
HSV(B) 353.62º 0.2% 0.91% -
XYZ 60.57 56.2 56.95 -
YUV 200.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 233 186 191 0 0.20 0.18 0.09 353.62 0.52 0.82
Hex E9 BA BF 0 14 12 9 162 34 52
Octal 351 272 277 0 24 22 11 542 64 122
Binary 11101001 10111010 10111111 0 10100 10010 1001 101100010 110100 1010010

Color Harmonies of #E9BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BABF

Black with #E9BABF

Text Example


Text Example

White with #E9BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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