#E8BABE

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

Shades of Blossom #E8BABE

Tints of Blossom #E8BABE

Color information

#E8BABE (or 0xE8BABE) is unknown color: approx Blossom. HEX triplet: E8, BA and BE. RGB value is (232,186,190). Sum of RGB (Red+Green+Blue) = 232+186+190=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABE is #174541. Grayscale: #C8C8C8. Windows color (decimal): -1525058 or 12499688. OLE color: 12499688.

HSL color Cylindrical-coordinate representation of color #E8BABE: hue angle of 354.78º 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 #E8BABE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232186190-
CMYK00.200.180.09
HSL354.78º50%81.96%-
HSV(B)354.78º19.83%90.98%-
XYZ60.1355.9956.35-
YUV200.21122.24150.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=38.16%
G=30.59%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218619000.200.180.09354.785081.96
HexE8BABE0141291633252
Octal350272276024221154362122
Binary1110100010111010101111100101001001010011011000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BABE; }

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

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

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

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

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

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

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

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