Shades of Beauty Bush #ECB2B2
Tints of Beauty Bush #ECB2B2
RGB
CMYK
RGB Variations
Color information
#ECB2B2 (or 0xECB2B2) is known color: Beauty Bush. HEX triplet: EC, B2 and B2. RGB value is (236,178,178). Sum of RGB (Red+Green+Blue) = 236+178+178=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2B2 is #134D4D. Grayscale: #C3C3C3. Windows color (decimal): -1264974 or 11711212. OLE color: 11711212.
HSL color Cylindrical-coordinate representation of color #ECB2B2: hue angle of 0º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2B2 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 178 | 178 | - |
CMYK | 0 | 0.25 | 0.25 | 0.07 |
HSL | 0º | 0.6% | 0.81% | - |
HSV(B) | 0º | 0.25% | 0.93% | - |
XYZ | 58.55 | 52.89 | 49.24 | - |
YUV | 195.34 | 118.22 | 157 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 178 | 178 | 0 | 0.25 | 0.25 | 0.07 | 0 | 0.6 | 0.81 |
Hex | EC | B2 | B2 | 0 | 19 | 19 | 7 | 0 | 3C | 51 |
Octal | 354 | 262 | 262 | 0 | 31 | 31 | 7 | 0 | 74 | 121 |
Binary | 11101100 | 10110010 | 10110010 | 0 | 11001 | 11001 | 111 | 0 | 111100 | 1010001 |
Color Harmonies of #ECB2B2
Complementary color
Monochromatic Colors of #ECB2B2
Black with #ECB2B2
Text Example
Text Example
White with #ECB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2B2; }
p { color: rgb(236,178,178); }
H1.HeaderClassName
{
color: #ECB2B2;
}
.AnyTagClassName
{
color: #ECB2B2;
}
</style>
background-color css
<style>
a { background-color: #ECB2B2; }
a { background-color: rgb(236,178,178); }
div.DivClassName
{
background-color: #ECB2B2;
}
.BgClassName
{
background-color: #ECB2B2;
}
</style>
border-color css
<style>
span { border-color: #ECB2B2; }
span { border-color: rgb(236,178,178); }
td.TdClassName
{
border-color: #ECB2B2;
}
.TagClassName
{
border-color: #ECB2B2;
}
</style>