#E1ABB6

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

Shades of Blossom #E1ABB6

Tints of Blossom #E1ABB6

Color information

#E1ABB6 (or 0xE1ABB6) is unknown color: approx Blossom. HEX triplet: E1, AB and B6. RGB value is (225,171,182). Sum of RGB (Red+Green+Blue) = 225+171+182=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABB6 is #1E5449. Grayscale: #BCBCBC. Windows color (decimal): -1987658 or 11971553. OLE color: 11971553.

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

Color convert

RGB225171182-
CMYK00.240.190.12
HSL347.78º47.37%77.65%-
HSV(B)347.78º24%88.24%-
XYZ54.0648.5150.77-
YUV188.4124.39154.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=38.93%
G=29.58%
B=31.49%

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
Decimal22517118200.240.190.12347.7847.3777.65
HexE1ABB601813C15c2f4e
Octal341253266030231453457116
Binary1110000110101011101101100110001001111001010111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABB6; }

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

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

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

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

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

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

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

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