Html Css Color HEX #E5B4BC Blossom

📋 copy color: '#E5B4BC'

red 229 ◦ green 180 ◦ blue 188

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

Shades of Blossom #E5B4BC

Tints of Blossom #E5B4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.49%

R = 38.36%
G = 30.15%
B = 31.49%

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

#E5B4BC (or 0xE5B4BC) is known color: Blossom. HEX triplet: E5, B4 and BC. RGB value is (229,180,188). Sum of RGB (Red+Green+Blue) = 229+180+188=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4BC is #1A4B43. Grayscale: #C3C3C3. Windows color (decimal): -1723204 or 12367077. OLE color: 12367077.

HSL color Cylindrical-coordinate representation of color #E5B4BC: hue angle of 350.2º 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 #E5B4BC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 180 188 -
CMYK 0 0.21 0.18 0.10
HSL 350.2º 0.49% 0.8% -
HSV(B) 350.2º 0.21% 0.9% -
XYZ 57.71 52.93 54.75 -
YUV 195.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 229 180 188 0 0.21 0.18 0.10 350.2 0.49 0.8
Hex E5 B4 BC 0 15 12 A 15E 31 50
Octal 345 264 274 0 25 22 12 536 61 120
Binary 11100101 10110100 10111100 0 10101 10010 1010 101011110 110001 1010000

Color Harmonies of #E5B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B4BC

Black with #E5B4BC

Text Example


Text Example

White with #E5B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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