#E0B5B6

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

Shades of Blossom #E0B5B6

Tints of Blossom #E0B5B6

Color information

#E0B5B6 (or 0xE0B5B6) is unknown color: approx Blossom. HEX triplet: E0, B5 and B6. RGB value is (224,181,182). Sum of RGB (Red+Green+Blue) = 224+181+182=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B5B6 is #1F4A49. Grayscale: #C2C2C2. Windows color (decimal): -2050634 or 11974112. OLE color: 11974112.

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

Color convert

RGB224181182-
CMYK00.190.190.12
HSL358.6º40.95%79.41%-
HSV(B)358.6º19.2%87.84%-
XYZ55.7152.2751.41-
YUV193.97121.25149.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=38.16%
G=30.83%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418118200.190.190.12358.640.9579.41
HexE0B5B601313C167294f
Octal340265266023231454751117
Binary1110000010110101101101100100111001111001011001111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B5B6; }

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

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

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

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

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

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

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

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