Html Css Color HEX #E5B4BA Blossom

📋 copy color: '#E5B4BA'

red 229 ◦ green 180 ◦ blue 186

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

Shades of Blossom #E5B4BA

Tints of Blossom #E5B4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 38.49%
G = 30.25%
B = 31.26%

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

#E5B4BA (or 0xE5B4BA) is known color: Blossom. HEX triplet: E5, B4 and BA. RGB value is (229,180,186). Sum of RGB (Red+Green+Blue) = 229+180+186=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4BA is #1A4B45. Grayscale: #C3C3C3. Windows color (decimal): -1723206 or 12236005. OLE color: 12236005.

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

Color convert

RGB 229 180 186 -
CMYK 0 0.21 0.19 0.10
HSL 352.65º 0.49% 0.8% -
HSV(B) 352.65º 0.21% 0.9% -
XYZ 57.5 52.85 53.62 -
YUV 195.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 229 180 186 0 0.21 0.19 0.10 352.65 0.49 0.8
Hex E5 B4 BA 0 15 13 A 161 31 50
Octal 345 264 272 0 25 23 12 541 61 120
Binary 11100101 10110100 10111010 0 10101 10011 1010 101100001 110001 1010000

Color Harmonies of #E5B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B4BA

Black with #E5B4BA

Text Example


Text Example

White with #E5B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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