Shades of Brilliant Rose #EA48A8
Tints of Brilliant Rose #EA48A8
RGB
CMYK
RGB Variations
Color information
#EA48A8 (or 0xEA48A8) is known color: Brilliant Rose. HEX triplet: EA, 48 and A8. RGB value is (234,72,168). Sum of RGB (Red+Green+Blue) = 234+72+168=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA48A8 is #15B757. Grayscale: #838383. Windows color (decimal): -1423192 or 11028714. OLE color: 11028714.
HSL color Cylindrical-coordinate representation of color #EA48A8: hue angle of 324.44º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48A8 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 168 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.08 |
| HSL | 324.44º | 0.79% | 0.6% | - |
| HSV(B) | 324.44º | 0.69% | 0.92% | - |
| XYZ | 43.32 | 24.95 | 39.58 | - |
| YUV | 131.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 168 | 0 | 0.69 | 0.28 | 0.08 | 324.44 | 0.79 | 0.6 |
| Hex | EA | 48 | A8 | 0 | 45 | 1C | 8 | 144 | 4F | 3C |
| Octal | 352 | 110 | 250 | 0 | 105 | 34 | 10 | 504 | 117 | 74 |
| Binary | 11101010 | 1001000 | 10101000 | 0 | 1000101 | 11100 | 1000 | 101000100 | 1001111 | 111100 |
Color Harmonies of #EA48A8
Complementary color
Monochromatic Colors of #EA48A8
Black with #EA48A8
Text Example
Text Example
White with #EA48A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA48A8; }
p { color: rgb(234,72,168); }
H1.HeaderClassName
{
color: #EA48A8;
}
.AnyTagClassName
{
color: #EA48A8;
}
</style>
background-color css
<style>
a { background-color: #EA48A8; }
a { background-color: rgb(234,72,168); }
div.DivClassName
{
background-color: #EA48A8;
}
.BgClassName
{
background-color: #EA48A8;
}
</style>
border-color css
<style>
span { border-color: #EA48A8; }
span { border-color: rgb(234,72,168); }
td.TdClassName
{
border-color: #EA48A8;
}
.TagClassName
{
border-color: #EA48A8;
}
</style>