Shades of Brilliant Rose #EA48B2
Tints of Brilliant Rose #EA48B2
RGB
CMYK
RGB Variations
Color information
#EA48B2 (or 0xEA48B2) is known color: Brilliant Rose. HEX triplet: EA, 48 and B2. RGB value is (234,72,178). Sum of RGB (Red+Green+Blue) = 234+72+178=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA48B2 is #15B74D. Grayscale: #848484. Windows color (decimal): -1423182 or 11684074. OLE color: 11684074.
HSL color Cylindrical-coordinate representation of color #EA48B2: hue angle of 320.74º 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 #EA48B2 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 178 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.08 |
| HSL | 320.74º | 0.79% | 0.6% | - |
| HSV(B) | 320.74º | 0.69% | 0.92% | - |
| XYZ | 44.28 | 25.34 | 44.68 | - |
| YUV | 132.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 178 | 0 | 0.69 | 0.24 | 0.08 | 320.74 | 0.79 | 0.6 |
| Hex | EA | 48 | B2 | 0 | 45 | 18 | 8 | 141 | 4F | 3C |
| Octal | 352 | 110 | 262 | 0 | 105 | 30 | 10 | 501 | 117 | 74 |
| Binary | 11101010 | 1001000 | 10110010 | 0 | 1000101 | 11000 | 1000 | 101000001 | 1001111 | 111100 |
Color Harmonies of #EA48B2
Complementary color
Monochromatic Colors of #EA48B2
Black with #EA48B2
Text Example
Text Example
White with #EA48B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA48B2; }
p { color: rgb(234,72,178); }
H1.HeaderClassName
{
color: #EA48B2;
}
.AnyTagClassName
{
color: #EA48B2;
}
</style>
background-color css
<style>
a { background-color: #EA48B2; }
a { background-color: rgb(234,72,178); }
div.DivClassName
{
background-color: #EA48B2;
}
.BgClassName
{
background-color: #EA48B2;
}
</style>
border-color css
<style>
span { border-color: #EA48B2; }
span { border-color: rgb(234,72,178); }
td.TdClassName
{
border-color: #EA48B2;
}
.TagClassName
{
border-color: #EA48B2;
}
</style>