#EBC4C9

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

Shades of Azalea #EBC4C9

Tints of Azalea #EBC4C9

Color information

#EBC4C9 (or 0xEBC4C9) is unknown color: approx Azalea. HEX triplet: EB, C4 and C9. RGB value is (235,196,201). Sum of RGB (Red+Green+Blue) = 235+196+201=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4C9 is #143B36. Grayscale: #D0D0D0. Windows color (decimal): -1325879 or 13223147. OLE color: 13223147.

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

Color convert

RGB235196201-
CMYK00.170.140.08
HSL352.31º49.37%84.51%-
HSV(B)352.31º16.6%92.16%-
XYZ64.5461.3663.7-
YUV208.23123.92147.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 201 (78.91% from 255) = 31.80%
R=37.18%
G=31.01%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519620100.170.140.08352.3149.3784.51
HexEBC4C9011E81603155
Octal353304311021161054061125
Binary111010111100010011001001010001111010001011000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4C9; }

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

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

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

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

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

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

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

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