#E9AFBB

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

Shades of Blossom #E9AFBB

Tints of Blossom #E9AFBB

Color information

#E9AFBB (or 0xE9AFBB) is unknown color: approx Blossom. HEX triplet: E9, AF and BB. RGB value is (233,175,187). Sum of RGB (Red+Green+Blue) = 233+175+187=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFBB is #165044. Grayscale: #C1C1C1. Windows color (decimal): -1462341 or 12300265. OLE color: 12300265.

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

Color convert

RGB233175187-
CMYK00.250.200.09
HSL347.59º56.86%80%-
HSV(B)347.59º24.89%91.37%-
XYZ57.951.5753.92-
YUV193.71124.22156.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=39.16%
G=29.41%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317518700.250.200.09347.5956.8680
HexE9AFBB01914915c3950
Octal351257273031241153471120
Binary1110100110101111101110110110011010010011010111001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFBB; }

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

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

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

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

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

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

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

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