#E0ACB5

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

Shades of Blossom #E0ACB5

Tints of Blossom #E0ACB5

Color information

#E0ACB5 (or 0xE0ACB5) is unknown color: approx Blossom. HEX triplet: E0, AC and B5. RGB value is (224,172,181). Sum of RGB (Red+Green+Blue) = 224+172+181=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACB5 is #1F534A. Grayscale: #BCBCBC. Windows color (decimal): -2052939 or 11906272. OLE color: 11906272.

HSL color Cylindrical-coordinate representation of color #E0ACB5: hue angle of 349.62º 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 #E0ACB5 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB224172181-
CMYK00.230.190.12
HSL349.62º45.61%77.65%-
HSV(B)349.62º23.21%87.84%-
XYZ53.8348.6950.28-
YUV188.57123.73153.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=38.82%
G=29.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417218100.230.190.12349.6245.6177.65
HexE0ACB501713C15e2e4e
Octal340254265027231453656116
Binary1110000010101100101101010101111001111001010111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACB5; }

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

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

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

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

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

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

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

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