Html Css Color HEX #E4B5BA Blossom

📋 copy color: '#E4B5BA'

red 228 ◦ green 181 ◦ blue 186

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

Shades of Blossom #E4B5BA

Tints of Blossom #E4B5BA

RGB

 RED value IS 228 (89.45% from 255) = 38.32%

 GREEN value IS 181 (71.09% from 255) = 30.42%

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

R = 38.32%
G = 30.42%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E4B5BA (or 0xE4B5BA) is known color: Blossom. HEX triplet: E4, B5 and BA. RGB value is (228,181,186). Sum of RGB (Red+Green+Blue) = 228+181+186=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B5BA is #1B4A45. Grayscale: #C3C3C3. Windows color (decimal): -1788486 or 12236260. OLE color: 12236260.

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

Color convert

RGB 228 181 186 -
CMYK 0 0.21 0.18 0.11
HSL 353.62º 0.47% 0.8% -
HSV(B) 353.62º 0.21% 0.89% -
XYZ 57.38 53.09 53.68 -
YUV 195.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 228 181 186 0 0.21 0.18 0.11 353.62 0.47 0.8
Hex E4 B5 BA 0 15 12 B 162 2F 50
Octal 344 265 272 0 25 22 13 542 57 120
Binary 11100100 10110101 10111010 0 10101 10010 1011 101100010 101111 1010000

Color Harmonies of #E4B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B5BA

Black with #E4B5BA

Text Example


Text Example

White with #E4B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B5BA; }

 p { color: rgb(228,181,186); }

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

background-color css

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

 a { background-color: rgb(228,181,186); }

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

border-color css

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

 span { border-color: rgb(228,181,186); }

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