#E4A5B5

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

Shades of Blossom #E4A5B5

Tints of Blossom #E4A5B5

Color information

#E4A5B5 (or 0xE4A5B5) is unknown color: approx Blossom. HEX triplet: E4, A5 and B5. RGB value is (228,165,181). Sum of RGB (Red+Green+Blue) = 228+165+181=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A5B5 is #1B5A4A. Grayscale: #B9B9B9. Windows color (decimal): -1792587 or 11904484. OLE color: 11904484.

HSL color Cylindrical-coordinate representation of color #E4A5B5: hue angle of 344.76º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E4A5B5 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB228165181-
CMYK00.280.210.11
HSL344.76º53.85%77.06%-
HSV(B)344.76º27.63%89.41%-
XYZ53.7946.7449.9-
YUV185.66125.37158.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=39.72%
G=28.75%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816518100.280.210.11344.7653.8577.06
HexE4A5B501C15B159364d
Octal344245265034251353166115
Binary1110010010100101101101010111001010110111010110011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A5B5; }

 p { color: rgb(228,165,181); }

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

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

 a { background-color: rgb(228,165,181); }

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

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

 span { border-color: rgb(228,165,181); }

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