#EBC2C4

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

Shades of Azalea #EBC2C4

Tints of Azalea #EBC2C4

Color information

#EBC2C4 (or 0xEBC2C4) is unknown color: approx Azalea. HEX triplet: EB, C2 and C4. RGB value is (235,194,196). Sum of RGB (Red+Green+Blue) = 235+194+196=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C4 is #143D3B. Grayscale: #CECECE. Windows color (decimal): -1326396 or 12894955. OLE color: 12894955.

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

Color convert

RGB235194196-
CMYK00.170.170.08
HSL357.07º50.62%84.12%-
HSV(B)357.07º17.45%92.16%-
XYZ63.5260.2360.5-
YUV206.49122.08148.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=37.6%
G=31.04%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519419600.170.170.08357.0750.6284.12
HexEBC2C40111181653354
Octal353302304021211054563124
Binary1110101111000010110001000100011000110001011001011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2C4; }

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

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

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

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

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

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

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

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