#E2ACB7

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

Shades of Blossom #E2ACB7

Tints of Blossom #E2ACB7

Color information

#E2ACB7 (or 0xE2ACB7) is unknown color: approx Blossom. HEX triplet: E2, AC and B7. RGB value is (226,172,183). Sum of RGB (Red+Green+Blue) = 226+172+183=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACB7 is #1D5348. Grayscale: #BDBDBD. Windows color (decimal): -1921865 or 12037346. OLE color: 12037346.

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

Color convert

RGB226172183-
CMYK00.240.190.11
HSL347.78º48.21%78.04%-
HSV(B)347.78º23.89%88.63%-
XYZ54.6649.0951.39-
YUV189.4124.39154.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=38.90%
G=29.60%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617218300.240.190.11347.7848.2178.04
HexE2ACB701813B15c304e
Octal342254267030231353460116
Binary1110001010101100101101110110001001110111010111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACB7; }

 p { color: rgb(226,172,183); }

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

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

 a { background-color: rgb(226,172,183); }

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

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

 span { border-color: rgb(226,172,183); }

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