#E0ACB3

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

Shades of Blossom #E0ACB3

Tints of Blossom #E0ACB3

Color information

#E0ACB3 (or 0xE0ACB3) is unknown color: approx Blossom. HEX triplet: E0, AC and B3. RGB value is (224,172,179). Sum of RGB (Red+Green+Blue) = 224+172+179=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACB3 is #1F534C. Grayscale: #BCBCBC. Windows color (decimal): -2052941 or 11775200. OLE color: 11775200.

HSL color Cylindrical-coordinate representation of color #E0ACB3: hue angle of 351.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACB3 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224172179-
CMYK00.230.200.12
HSL351.92º45.61%77.65%-
HSV(B)351.92º23.21%87.84%-
XYZ53.6348.6149.2-
YUV188.35122.73153.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=38.96%
G=29.91%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417217900.230.200.12351.9245.6177.65
HexE0ACB301714C1602e4e
Octal340254263027241454056116
Binary1110000010101100101100110101111010011001011000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACB3; }

 p { color: rgb(224,172,179); }

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

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

 a { background-color: rgb(224,172,179); }

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

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

 span { border-color: rgb(224,172,179); }

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