#E8AFBB

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

Shades of Blossom #E8AFBB

Tints of Blossom #E8AFBB

Color information

#E8AFBB (or 0xE8AFBB) is unknown color: approx Blossom. HEX triplet: E8, AF and BB. RGB value is (232,175,187). Sum of RGB (Red+Green+Blue) = 232+175+187=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBB is #175044. Grayscale: #C1C1C1. Windows color (decimal): -1527877 or 12300264. OLE color: 12300264.

HSL color Cylindrical-coordinate representation of color #E8AFBB: hue angle of 347.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFBB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232175187-
CMYK00.250.190.09
HSL347.37º55.34%79.8%-
HSV(B)347.37º24.57%90.98%-
XYZ57.5851.453.9-
YUV193.41124.38155.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.06%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=39.06%
G=29.46%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217518700.250.190.09347.3755.3479.8
HexE8AFBB01913915b3750
Octal350257273031231153367120
Binary1110100010101111101110110110011001110011010110111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFBB; }

 p { color: rgb(232,175,187); }

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

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

 a { background-color: rgb(232,175,187); }

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

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

 span { border-color: rgb(232,175,187); }

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