Html Css Color HEX #E8B9BE Blossom

📋 copy color: '#E8B9BE'

red 232 ◦ green 185 ◦ blue 190

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

Shades of Blossom #E8B9BE

Tints of Blossom #E8B9BE

RGB

 RED value IS 232 (91.02% from 255) = 38.22%

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

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 38.22%
G = 30.48%
B = 31.3%

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

#E8B9BE (or 0xE8B9BE) is known color: Blossom. HEX triplet: E8, B9 and BE. RGB value is (232,185,190). Sum of RGB (Red+Green+Blue) = 232+185+190=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B9BE is #174641. Grayscale: #C7C7C7. Windows color (decimal): -1525314 or 12499432. OLE color: 12499432.

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

Color convert

RGB 232 185 190 -
CMYK 0 0.20 0.18 0.09
HSL 353.62º 0.51% 0.82% -
HSV(B) 353.62º 0.2% 0.91% -
XYZ 59.92 55.57 56.28 -
YUV 199.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 232 185 190 0 0.20 0.18 0.09 353.62 0.51 0.82
Hex E8 B9 BE 0 14 12 9 162 33 52
Octal 350 271 276 0 24 22 11 542 63 122
Binary 11101000 10111001 10111110 0 10100 10010 1001 101100010 110011 1010010

Color Harmonies of #E8B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B9BE

Black with #E8B9BE

Text Example


Text Example

White with #E8B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B9BE; }

 p { color: rgb(232,185,190); }

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

background-color css

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

 a { background-color: rgb(232,185,190); }

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

border-color css

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

 span { border-color: rgb(232,185,190); }

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