Shades of Brilliant Rose #EA45AF
Tints of Brilliant Rose #EA45AF
RGB
CMYK
RGB Variations
Color information
#EA45AF (or 0xEA45AF) is known color: Brilliant Rose. HEX triplet: EA, 45 and AF. RGB value is (234,69,175). Sum of RGB (Red+Green+Blue) = 234+69+175=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45AF is #15BA50. Grayscale: #828282. Windows color (decimal): -1423953 or 11486698. OLE color: 11486698.
HSL color Cylindrical-coordinate representation of color #EA45AF: hue angle of 321.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA45AF is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 175 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.08 |
| HSL | 321.45º | 0.8% | 0.59% | - |
| HSV(B) | 321.45º | 0.71% | 0.92% | - |
| XYZ | 43.8 | 24.84 | 43.04 | - |
| YUV | 130.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 175 | 0 | 0.71 | 0.25 | 0.08 | 321.45 | 0.8 | 0.59 |
| Hex | EA | 45 | AF | 0 | 47 | 19 | 8 | 141 | 50 | 3B |
| Octal | 352 | 105 | 257 | 0 | 107 | 31 | 10 | 501 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10101111 | 0 | 1000111 | 11001 | 1000 | 101000001 | 1010000 | 111011 |
Color Harmonies of #EA45AF
Complementary color
Monochromatic Colors of #EA45AF
Black with #EA45AF
Text Example
Text Example
White with #EA45AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45AF; }
p { color: rgb(234,69,175); }
H1.HeaderClassName
{
color: #EA45AF;
}
.AnyTagClassName
{
color: #EA45AF;
}
</style>
background-color css
<style>
a { background-color: #EA45AF; }
a { background-color: rgb(234,69,175); }
div.DivClassName
{
background-color: #EA45AF;
}
.BgClassName
{
background-color: #EA45AF;
}
</style>
border-color css
<style>
span { border-color: #EA45AF; }
span { border-color: rgb(234,69,175); }
td.TdClassName
{
border-color: #EA45AF;
}
.TagClassName
{
border-color: #EA45AF;
}
</style>