#E9AFB6

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

Shades of Blossom #E9AFB6

Tints of Blossom #E9AFB6

Color information

#E9AFB6 (or 0xE9AFB6) is unknown color: approx Blossom. HEX triplet: E9, AF and B6. RGB value is (233,175,182). Sum of RGB (Red+Green+Blue) = 233+175+182=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFB6 is #165049. Grayscale: #C1C1C1. Windows color (decimal): -1462346 or 11972585. OLE color: 11972585.

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

Color convert

RGB233175182-
CMYK00.250.220.09
HSL352.76º56.86%80%-
HSV(B)352.76º24.89%91.37%-
XYZ57.3851.3651.15-
YUV193.14121.72156.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=39.49%
G=29.66%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317518200.250.220.09352.7656.8680
HexE9AFB60191691613950
Octal351257266031261154171120
Binary1110100110101111101101100110011011010011011000011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFB6; }

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

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

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

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

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

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

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

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