#E0B0B7

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

Shades of Blossom #E0B0B7

Tints of Blossom #E0B0B7

Color information

#E0B0B7 (or 0xE0B0B7) is unknown color: approx Blossom. HEX triplet: E0, B0 and B7. RGB value is (224,176,183). Sum of RGB (Red+Green+Blue) = 224+176+183=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0B7 is #1F4F48. Grayscale: #BFBFBF. Windows color (decimal): -2051913 or 12038368. OLE color: 12038368.

HSL color Cylindrical-coordinate representation of color #E0B0B7: hue angle of 351.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0B7 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224176183-
CMYK00.210.180.12
HSL351.25º43.64%78.43%-
HSV(B)351.25º21.43%87.84%-
XYZ54.8150.3251.62-
YUV191.15123.4151.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=38.42%
G=30.19%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417618300.210.180.12351.2543.6478.43
HexE0B0B701512C15f2c4e
Octal340260267025221453754116
Binary1110000010110000101101110101011001011001010111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0B7; }

 p { color: rgb(224,176,183); }

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

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

 a { background-color: rgb(224,176,183); }

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

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

 span { border-color: rgb(224,176,183); }

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