#EBBEC1

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

Shades of Azalea #EBBEC1

Tints of Azalea #EBBEC1

Color information

#EBBEC1 (or 0xEBBEC1) is unknown color: approx Azalea. HEX triplet: EB, BE and C1. RGB value is (235,190,193). Sum of RGB (Red+Green+Blue) = 235+190+193=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEC1 is #14413E. Grayscale: #CBCBCB. Windows color (decimal): -1327423 or 12697323. OLE color: 12697323.

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

Color convert

RGB235190193-
CMYK00.190.180.08
HSL356º52.94%83.33%-
HSV(B)356º19.15%92.16%-
XYZ62.358.3458.43-
YUV203.8121.91150.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=38.03%
G=30.74%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519019300.190.180.0835652.9483.33
HexEBBEC10131281643553
Octal353276301023221054465123
Binary1110101110111110110000010100111001010001011001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEC1; }

 p { color: rgb(235,190,193); }

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

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

 a { background-color: rgb(235,190,193); }

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

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

 span { border-color: rgb(235,190,193); }

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