#E4AEB6

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

Shades of Blossom #E4AEB6

Tints of Blossom #E4AEB6

Color information

#E4AEB6 (or 0xE4AEB6) is unknown color: approx Blossom. HEX triplet: E4, AE and B6. RGB value is (228,174,182). Sum of RGB (Red+Green+Blue) = 228+174+182=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AEB6 is #1B5149. Grayscale: #BFBFBF. Windows color (decimal): -1790282 or 11972324. OLE color: 11972324.

HSL color Cylindrical-coordinate representation of color #E4AEB6: hue angle of 351.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4AEB6 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB228174182-
CMYK00.240.200.11
HSL351.11º50%78.82%-
HSV(B)351.11º23.68%89.41%-
XYZ55.5750.1451.01-
YUV191.06122.89154.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.04%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=39.04%
G=29.79%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817418200.240.200.11351.115078.82
HexE4AEB601814B15f324f
Octal344256266030241353762117
Binary1110010010101110101101100110001010010111010111111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AEB6; }

 p { color: rgb(228,174,182); }

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

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

 a { background-color: rgb(228,174,182); }

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

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

 span { border-color: rgb(228,174,182); }

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