#ECC1C1

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

Shades of Beauty Bush #ECC1C1

Tints of Beauty Bush #ECC1C1

Color information

#ECC1C1 (or 0xECC1C1) is unknown color: approx Beauty Bush. HEX triplet: EC, C1 and C1. RGB value is (236,193,193). Sum of RGB (Red+Green+Blue) = 236+193+193=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C1 is #133E3E. Grayscale: #CDCDCD. Windows color (decimal): -1261119 or 12698092. OLE color: 12698092.

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

Color convert

RGB236193193-
CMYK00.180.180.07
HSL53.09%84.12%-
HSV(B)18.22%92.55%-
XYZ63.2959.8258.66-
YUV205.86120.75149.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=37.94%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619319300.180.180.07053.0984.12
HexECC1C101212703554
Octal354301301022227065124
Binary1110110011000001110000010100101001011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1C1; }

 p { color: rgb(236,193,193); }

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

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

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

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

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

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

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