#EABBBF

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

Shades of Azalea #EABBBF

Tints of Azalea #EABBBF

Color information

#EABBBF (or 0xEABBBF) is unknown color: approx Azalea. HEX triplet: EA, BB and BF. RGB value is (234,187,191). Sum of RGB (Red+Green+Blue) = 234+187+191=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBBF is #154440. Grayscale: #C9C9C9. Windows color (decimal): -1393729 or 12565482. OLE color: 12565482.

HSL color Cylindrical-coordinate representation of color #EABBBF: hue angle of 354.89º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBBF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234187191-
CMYK00.200.180.08
HSL354.89º52.81%82.55%-
HSV(B)354.89º20.09%91.76%-
XYZ61.1156.7957.03-
YUV201.51122.07151.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 191 (75% from 255) = 31.21%
R=38.24%
G=30.56%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418719100.200.180.08354.8952.8182.55
HexEABBBF0141281633553
Octal352273277024221054365123
Binary1110101010111011101111110101001001010001011000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBBF; }

 p { color: rgb(234,187,191); }

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

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

 a { background-color: rgb(234,187,191); }

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

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

 span { border-color: rgb(234,187,191); }

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