#E8AFB4

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

Shades of Blossom #E8AFB4

Tints of Blossom #E8AFB4

Color information

#E8AFB4 (or 0xE8AFB4) is unknown color: approx Blossom. HEX triplet: E8, AF and B4. RGB value is (232,175,180). Sum of RGB (Red+Green+Blue) = 232+175+180=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFB4 is #17504B. Grayscale: #C0C0C0. Windows color (decimal): -1527884 or 11841512. OLE color: 11841512.

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

Color convert

RGB232175180-
CMYK00.250.220.09
HSL354.74º55.34%79.8%-
HSV(B)354.74º24.57%90.98%-
XYZ56.8551.1150.05-
YUV192.61120.88156.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.52%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=39.52%
G=29.81%
B=30.66%

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
Decimal23217518000.250.220.09354.7455.3479.8
HexE8AFB40191691633750
Octal350257264031261154367120
Binary1110100010101111101101000110011011010011011000111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFB4; }

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

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

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

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

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

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

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

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