#E8AFB9

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

Shades of Blossom #E8AFB9

Tints of Blossom #E8AFB9

Color information

#E8AFB9 (or 0xE8AFB9) is unknown color: approx Blossom. HEX triplet: E8, AF and B9. RGB value is (232,175,185). Sum of RGB (Red+Green+Blue) = 232+175+185=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFB9 is #175046. Grayscale: #C1C1C1. Windows color (decimal): -1527879 or 12169192. OLE color: 12169192.

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

Color convert

RGB232175185-
CMYK00.250.200.09
HSL349.47º55.34%79.8%-
HSV(B)349.47º24.57%90.98%-
XYZ57.3751.3252.78-
YUV193.18123.38155.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=39.19%
G=29.56%
B=31.25%

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
Decimal23217518500.250.200.09349.4755.3479.8
HexE8AFB901914915d3750
Octal350257271031241153567120
Binary1110100010101111101110010110011010010011010111011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFB9; }

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

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

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

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

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

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

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

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