#E7AFBB

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

Shades of Blossom #E7AFBB

Tints of Blossom #E7AFBB

Color information

#E7AFBB (or 0xE7AFBB) is unknown color: approx Blossom. HEX triplet: E7, AF and BB. RGB value is (231,175,187). Sum of RGB (Red+Green+Blue) = 231+175+187=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFBB is #185044. Grayscale: #C1C1C1. Windows color (decimal): -1593413 or 12300263. OLE color: 12300263.

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

Color convert

RGB231175187-
CMYK00.240.190.09
HSL347.14º53.85%79.61%-
HSV(B)347.14º24.24%90.59%-
XYZ57.2551.2453.89-
YUV193.11124.55155.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=38.95%
G=29.51%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117518700.240.190.09347.1453.8579.61
HexE7AFBB01813915b3650
Octal347257273030231153366120
Binary1110011110101111101110110110001001110011010110111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFBB; }

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

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

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

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

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

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

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

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