#E0B4B9

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

Shades of Blossom #E0B4B9

Tints of Blossom #E0B4B9

Color information

#E0B4B9 (or 0xE0B4B9) is unknown color: approx Blossom. HEX triplet: E0, B4 and B9. RGB value is (224,180,185). Sum of RGB (Red+Green+Blue) = 224+180+185=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4B9 is #1F4B46. Grayscale: #C1C1C1. Windows color (decimal): -2050887 or 12170464. OLE color: 12170464.

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

Color convert

RGB224180185-
CMYK00.200.170.12
HSL353.18º41.51%79.22%-
HSV(B)353.18º19.64%87.84%-
XYZ55.8251.9952.99-
YUV193.73123.08149.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=38.03%
G=30.56%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418018500.200.170.12353.1841.5179.22
HexE0B4B901411C1612a4f
Octal340264271024211454152117
Binary1110000010110100101110010101001000111001011000011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4B9; }

 p { color: rgb(224,180,185); }

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

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

 a { background-color: rgb(224,180,185); }

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

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

 span { border-color: rgb(224,180,185); }

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