Shades of Brilliant Rose #E248B2
Tints of Brilliant Rose #E248B2
RGB
CMYK
RGB Variations
Color information
#E248B2 (or 0xE248B2) is known color: Brilliant Rose. HEX triplet: E2, 48 and B2. RGB value is (226,72,178). Sum of RGB (Red+Green+Blue) = 226+72+178=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E248B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E248B2 is #1DB74D. Grayscale: #818181. Windows color (decimal): -1947470 or 11684066. OLE color: 11684066.
HSL color Cylindrical-coordinate representation of color #E248B2: hue angle of 318.7º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248B2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 178 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.11 |
| HSL | 318.7º | 0.73% | 0.58% | - |
| HSV(B) | 318.7º | 0.68% | 0.89% | - |
| XYZ | 41.72 | 24.02 | 44.56 | - |
| YUV | 130.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 178 | 0 | 0.68 | 0.21 | 0.11 | 318.7 | 0.73 | 0.58 |
| Hex | E2 | 48 | B2 | 0 | 44 | 15 | B | 13F | 49 | 3A |
| Octal | 342 | 110 | 262 | 0 | 104 | 25 | 13 | 477 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10110010 | 0 | 1000100 | 10101 | 1011 | 100111111 | 1001001 | 111010 |
Color Harmonies of #E248B2
Complementary color
Monochromatic Colors of #E248B2
Black with #E248B2
Text Example
Text Example
White with #E248B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248B2; }
p { color: rgb(226,72,178); }
H1.HeaderClassName
{
color: #E248B2;
}
.AnyTagClassName
{
color: #E248B2;
}
</style>
background-color css
<style>
a { background-color: #E248B2; }
a { background-color: rgb(226,72,178); }
div.DivClassName
{
background-color: #E248B2;
}
.BgClassName
{
background-color: #E248B2;
}
</style>
border-color css
<style>
span { border-color: #E248B2; }
span { border-color: rgb(226,72,178); }
td.TdClassName
{
border-color: #E248B2;
}
.TagClassName
{
border-color: #E248B2;
}
</style>