Html Css Color HEX #E5B6B9 Blossom

📋 copy color: '#E5B6B9'

red 229 ◦ green 182 ◦ blue 185

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

Shades of Blossom #E5B6B9

Tints of Blossom #E5B6B9

RGB

 RED value IS 229 (89.84% from 255) = 38.42%

 GREEN value IS 182 (71.48% from 255) = 30.54%

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 38.42%
G = 30.54%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5B6B9 (or 0xE5B6B9) is known color: Blossom. HEX triplet: E5, B6 and B9. RGB value is (229,182,185). Sum of RGB (Red+Green+Blue) = 229+182+185=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6B9 is #1A4946. Grayscale: #C4C4C4. Windows color (decimal): -1722695 or 12170981. OLE color: 12170981.

HSL color Cylindrical-coordinate representation of color #E5B6B9: hue angle of 356.17º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B6B9 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 182 185 -
CMYK 0 0.21 0.19 0.10
HSL 356.17º 0.47% 0.81% -
HSV(B) 356.17º 0.21% 0.9% -
XYZ 57.8 53.62 53.2 -
YUV 196.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 229 182 185 0 0.21 0.19 0.10 356.17 0.47 0.81
Hex E5 B6 B9 0 15 13 A 164 2F 51
Octal 345 266 271 0 25 23 12 544 57 121
Binary 11100101 10110110 10111001 0 10101 10011 1010 101100100 101111 1010001

Color Harmonies of #E5B6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B6B9

Black with #E5B6B9

Text Example


Text Example

White with #E5B6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B6B9; }

 p { color: rgb(229,182,185); }

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

background-color css

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

 a { background-color: rgb(229,182,185); }

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

border-color css

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

 span { border-color: rgb(229,182,185); }

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