#E5AFB2

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

Shades of Blossom #E5AFB2

Tints of Blossom #E5AFB2

Color information

#E5AFB2 (or 0xE5AFB2) is unknown color: approx Blossom. HEX triplet: E5, AF and B2. RGB value is (229,175,178). Sum of RGB (Red+Green+Blue) = 229+175+178=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFB2 is #1A504D. Grayscale: #BFBFBF. Windows color (decimal): -1724494 or 11710437. OLE color: 11710437.

HSL color Cylindrical-coordinate representation of color #E5AFB2: hue angle of 356.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFB2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB229175178-
CMYK00.240.220.10
HSL356.67º50.94%79.22%-
HSV(B)356.67º23.58%89.8%-
XYZ55.6850.5348.94-
YUV191.49120.39154.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 178 (69.92% from 255) = 30.58%
R=39.35%
G=30.07%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917517800.240.220.10356.6750.9479.22
HexE5AFB201816A165334f
Octal345257262030261254563117
Binary1110010110101111101100100110001011010101011001011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AFB2; }

 p { color: rgb(229,175,178); }

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

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

 a { background-color: rgb(229,175,178); }

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

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

 span { border-color: rgb(229,175,178); }

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