#EBC1C4

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

Shades of Azalea #EBC1C4

Tints of Azalea #EBC1C4

Color information

#EBC1C4 (or 0xEBC1C4) is unknown color: approx Azalea. HEX triplet: EB, C1 and C4. RGB value is (235,193,196). Sum of RGB (Red+Green+Blue) = 235+193+196=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1C4 is #143E3B. Grayscale: #CDCDCD. Windows color (decimal): -1326652 or 12894699. OLE color: 12894699.

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

Color convert

RGB235193196-
CMYK00.180.170.08
HSL355.71º51.22%83.92%-
HSV(B)355.71º17.87%92.16%-
XYZ63.2959.7960.43-
YUV205.9122.41148.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 30.93%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=37.66%
G=30.93%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519319600.180.170.08355.7151.2283.92
HexEBC1C40121181643354
Octal353301304022211054463124
Binary1110101111000001110001000100101000110001011001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1C4; }

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

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

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

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

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

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

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

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