#E0B5BA

Color #E0B5BA Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #E0B5BA

Tints of Blossom #E0B5BA

Color information

#E0B5BA (or 0xE0B5BA) is unknown color: approx Blossom. HEX triplet: E0, B5 and BA. RGB value is (224,181,186). Sum of RGB (Red+Green+Blue) = 224+181+186=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B5BA is #1F4A45. Grayscale: #C2C2C2. Windows color (decimal): -2050630 or 12236256. OLE color: 12236256.

HSL color Cylindrical-coordinate representation of color #E0B5BA: hue angle of 353.02º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0B5BA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224181186-
CMYK00.190.170.12
HSL353.02º40.95%79.41%-
HSV(B)353.02º19.2%87.84%-
XYZ56.1352.4453.62-
YUV194.43123.25149.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=37.90%
G=30.63%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418118600.190.170.12353.0240.9579.41
HexE0B5BA01311C161294f
Octal340265272023211454151117
Binary1110000010110101101110100100111000111001011000011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B5BA; }

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

 H1.HeaderClassName
 {
   color: #E0B5BA;
 }
 .AnyTagClassName
 {
   color: #E0B5BA;
 }
</style>
background-color css

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

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

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

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

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

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