Shades of Brilliant Rose #EC44B4
Tints of Brilliant Rose #EC44B4
RGB
CMYK
RGB Variations
Color information
#EC44B4 (or 0xEC44B4) is known color: Brilliant Rose. HEX triplet: EC, 44 and B4. RGB value is (236,68,180). Sum of RGB (Red+Green+Blue) = 236+68+180=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44B4 is #13BB4B. Grayscale: #828282. Windows color (decimal): -1293132 or 11814124. OLE color: 11814124.
HSL color Cylindrical-coordinate representation of color #EC44B4: hue angle of 320º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44B4 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 180 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.07 |
| HSL | 320º | 0.82% | 0.6% | - |
| HSV(B) | 320º | 0.71% | 0.93% | - |
| XYZ | 44.9 | 25.26 | 45.69 | - |
| YUV | 131 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 180 | 0 | 0.71 | 0.24 | 0.07 | 320 | 0.82 | 0.6 |
| Hex | EC | 44 | B4 | 0 | 47 | 18 | 7 | 140 | 52 | 3C |
| Octal | 354 | 104 | 264 | 0 | 107 | 30 | 7 | 500 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10110100 | 0 | 1000111 | 11000 | 111 | 101000000 | 1010010 | 111100 |
Color Harmonies of #EC44B4
Complementary color
Monochromatic Colors of #EC44B4
Black with #EC44B4
Text Example
Text Example
White with #EC44B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44B4; }
p { color: rgb(236,68,180); }
H1.HeaderClassName
{
color: #EC44B4;
}
.AnyTagClassName
{
color: #EC44B4;
}
</style>
background-color css
<style>
a { background-color: #EC44B4; }
a { background-color: rgb(236,68,180); }
div.DivClassName
{
background-color: #EC44B4;
}
.BgClassName
{
background-color: #EC44B4;
}
</style>
border-color css
<style>
span { border-color: #EC44B4; }
span { border-color: rgb(236,68,180); }
td.TdClassName
{
border-color: #EC44B4;
}
.TagClassName
{
border-color: #EC44B4;
}
</style>