#EABCC0

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

Shades of Azalea #EABCC0

Tints of Azalea #EABCC0

Color information

#EABCC0 (or 0xEABCC0) is unknown color: approx Azalea. HEX triplet: EA, BC and C0. RGB value is (234,188,192). Sum of RGB (Red+Green+Blue) = 234+188+192=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC0 is #15433F. Grayscale: #CACACA. Windows color (decimal): -1393472 or 12631274. OLE color: 12631274.

HSL color Cylindrical-coordinate representation of color #EABCC0: hue angle of 354.78º degrees, saturation: 0.52, 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 #EABCC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234188192-
CMYK00.200.180.08
HSL354.78º52.27%82.75%-
HSV(B)354.78º19.66%91.76%-
XYZ61.4357.2657.68-
YUV202.21122.24150.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 192 (75.39% from 255) = 31.27%
R=38.11%
G=30.62%
B=31.27%

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
Decimal23418819200.200.180.08354.7852.2782.75
HexEABCC00141281633453
Octal352274300024221054364123
Binary1110101010111100110000000101001001010001011000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCC0; }

 p { color: rgb(234,188,192); }

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

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

 a { background-color: rgb(234,188,192); }

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

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

 span { border-color: rgb(234,188,192); }

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