Shades of Brilliant Rose #EC45B4
Tints of Brilliant Rose #EC45B4
RGB
CMYK
RGB Variations
Color information
#EC45B4 (or 0xEC45B4) is known color: Brilliant Rose. HEX triplet: EC, 45 and B4. RGB value is (236,69,180). Sum of RGB (Red+Green+Blue) = 236+69+180=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC45B4 is #13BA4B. Grayscale: #838383. Windows color (decimal): -1292876 or 11814380. OLE color: 11814380.
HSL color Cylindrical-coordinate representation of color #EC45B4: hue angle of 320.12º degrees, saturation: 0.81, 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 #EC45B4 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 180 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.07 |
| HSL | 320.12º | 0.81% | 0.6% | - |
| HSV(B) | 320.12º | 0.71% | 0.93% | - |
| XYZ | 44.96 | 25.38 | 45.71 | - |
| YUV | 131.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 180 | 0 | 0.71 | 0.24 | 0.07 | 320.12 | 0.81 | 0.6 |
| Hex | EC | 45 | B4 | 0 | 47 | 18 | 7 | 140 | 51 | 3C |
| Octal | 354 | 105 | 264 | 0 | 107 | 30 | 7 | 500 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10110100 | 0 | 1000111 | 11000 | 111 | 101000000 | 1010001 | 111100 |
Color Harmonies of #EC45B4
Complementary color
Monochromatic Colors of #EC45B4
Black with #EC45B4
Text Example
Text Example
White with #EC45B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45B4; }
p { color: rgb(236,69,180); }
H1.HeaderClassName
{
color: #EC45B4;
}
.AnyTagClassName
{
color: #EC45B4;
}
</style>
background-color css
<style>
a { background-color: #EC45B4; }
a { background-color: rgb(236,69,180); }
div.DivClassName
{
background-color: #EC45B4;
}
.BgClassName
{
background-color: #EC45B4;
}
</style>
border-color css
<style>
span { border-color: #EC45B4; }
span { border-color: rgb(236,69,180); }
td.TdClassName
{
border-color: #EC45B4;
}
.TagClassName
{
border-color: #EC45B4;
}
</style>