#EABCBE

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

Shades of Azalea #EABCBE

Tints of Azalea #EABCBE

Color information

#EABCBE (or 0xEABCBE) is unknown color: approx Azalea. HEX triplet: EA, BC and BE. RGB value is (234,188,190). Sum of RGB (Red+Green+Blue) = 234+188+190=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBE is #154341. Grayscale: #CACACA. Windows color (decimal): -1393474 or 12500202. OLE color: 12500202.

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

Color convert

RGB234188190-
CMYK00.200.190.08
HSL357.39º52.27%82.75%-
HSV(B)357.39º19.66%91.76%-
XYZ61.2157.1856.53-
YUV201.98121.24150.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=38.24%
G=30.72%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418819000.200.190.08357.3952.2782.75
HexEABCBE0141381653453
Octal352274276024231054564123
Binary1110101010111100101111100101001001110001011001011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCBE; }

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

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

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

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

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

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

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

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