#E1ACB6

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

Shades of Blossom #E1ACB6

Tints of Blossom #E1ACB6

Color information

#E1ACB6 (or 0xE1ACB6) is unknown color: approx Blossom. HEX triplet: E1, AC and B6. RGB value is (225,172,182). Sum of RGB (Red+Green+Blue) = 225+172+182=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACB6 is #1E5349. Grayscale: #BDBDBD. Windows color (decimal): -1987402 or 11971809. OLE color: 11971809.

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

Color convert

RGB225172182-
CMYK00.240.190.12
HSL348.68º46.9%77.84%-
HSV(B)348.68º23.56%88.24%-
XYZ54.2548.8950.83-
YUV188.99124.06153.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 182 (71.48% from 255) = 31.43%
R=38.86%
G=29.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517218200.240.190.12348.6846.977.84
HexE1ACB601813C15d2f4e
Octal341254266030231453557116
Binary1110000110101100101101100110001001111001010111011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACB6; }

 p { color: rgb(225,172,182); }

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

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

 a { background-color: rgb(225,172,182); }

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

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

 span { border-color: rgb(225,172,182); }

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