Html Css Color HEX #E5B4BB Blossom

📋 copy color: '#E5B4BB'

red 229 ◦ green 180 ◦ blue 187

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

Shades of Blossom #E5B4BB

Tints of Blossom #E5B4BB

RGB

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

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

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

R = 38.42%
G = 30.2%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E5B4BB (or 0xE5B4BB) is known color: Blossom. HEX triplet: E5, B4 and BB. RGB value is (229,180,187). Sum of RGB (Red+Green+Blue) = 229+180+187=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4BB is #1A4B44. Grayscale: #C3C3C3. Windows color (decimal): -1723205 or 12301541. OLE color: 12301541.

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

Color convert

RGB 229 180 187 -
CMYK 0 0.21 0.18 0.10
HSL 351.43º 0.49% 0.8% -
HSV(B) 351.43º 0.21% 0.9% -
XYZ 57.6 52.89 54.19 -
YUV 195.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 229 180 187 0 0.21 0.18 0.10 351.43 0.49 0.8
Hex E5 B4 BB 0 15 12 A 15F 31 50
Octal 345 264 273 0 25 22 12 537 61 120
Binary 11100101 10110100 10111011 0 10101 10010 1010 101011111 110001 1010000

Color Harmonies of #E5B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B4BB

Black with #E5B4BB

Text Example


Text Example

White with #E5B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B4BB; }

 p { color: rgb(229,180,187); }

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

background-color css

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

 a { background-color: rgb(229,180,187); }

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

border-color css

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

 span { border-color: rgb(229,180,187); }

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