#EBC2C6

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

Shades of Azalea #EBC2C6

Tints of Azalea #EBC2C6

Color information

#EBC2C6 (or 0xEBC2C6) is unknown color: approx Azalea. HEX triplet: EB, C2 and C6. RGB value is (235,194,198). Sum of RGB (Red+Green+Blue) = 235+194+198=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C6 is #143D39. Grayscale: #CECECE. Windows color (decimal): -1326394 or 13026027. OLE color: 13026027.

HSL color Cylindrical-coordinate representation of color #EBC2C6: hue angle of 354.15º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2C6 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235194198-
CMYK00.170.160.08
HSL354.15º50.62%84.12%-
HSV(B)354.15º17.45%92.16%-
XYZ63.7560.3261.71-
YUV206.72123.08148.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=37.48%
G=30.94%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519419800.170.160.08354.1550.6284.12
HexEBC2C60111081623354
Octal353302306021201054263124
Binary1110101111000010110001100100011000010001011000101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2C6; }

 p { color: rgb(235,194,198); }

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

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

 a { background-color: rgb(235,194,198); }

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

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

 span { border-color: rgb(235,194,198); }

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