#E8BABD

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

Shades of Blossom #E8BABD

Tints of Blossom #E8BABD

Color information

#E8BABD (or 0xE8BABD) is unknown color: approx Blossom. HEX triplet: E8, BA and BD. RGB value is (232,186,189). Sum of RGB (Red+Green+Blue) = 232+186+189=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABD is #174542. Grayscale: #C8C8C8. Windows color (decimal): -1525059 or 12434152. OLE color: 12434152.

HSL color Cylindrical-coordinate representation of color #E8BABD: hue angle of 356.09º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BABD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232186189-
CMYK00.200.190.09
HSL356.09º50%81.96%-
HSV(B)356.09º19.83%90.98%-
XYZ60.0255.9555.78-
YUV200.1121.74150.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=38.22%
G=30.64%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218618900.200.190.09356.095081.96
HexE8BABD0141391643252
Octal350272275024231154462122
Binary1110100010111010101111010101001001110011011001001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BABD; }

 p { color: rgb(232,186,189); }

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

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

 a { background-color: rgb(232,186,189); }

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

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

 span { border-color: rgb(232,186,189); }

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