Shades of Brilliant Rose #EA45B4
Tints of Brilliant Rose #EA45B4
RGB
CMYK
RGB Variations
Color information
#EA45B4 (or 0xEA45B4) is known color: Brilliant Rose. HEX triplet: EA, 45 and B4. RGB value is (234,69,180). Sum of RGB (Red+Green+Blue) = 234+69+180=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA45B4 is #15BA4B. Grayscale: #828282. Windows color (decimal): -1423948 or 11814378. OLE color: 11814378.
HSL color Cylindrical-coordinate representation of color #EA45B4: hue angle of 319.64º 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 #EA45B4 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 180 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.08 |
| HSL | 319.64º | 0.8% | 0.59% | - |
| HSV(B) | 319.64º | 0.71% | 0.92% | - |
| XYZ | 44.3 | 25.04 | 45.68 | - |
| YUV | 130.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 180 | 0 | 0.71 | 0.23 | 0.08 | 319.64 | 0.8 | 0.59 |
| Hex | EA | 45 | B4 | 0 | 47 | 17 | 8 | 140 | 50 | 3B |
| Octal | 352 | 105 | 264 | 0 | 107 | 27 | 10 | 500 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10110100 | 0 | 1000111 | 10111 | 1000 | 101000000 | 1010000 | 111011 |
Color Harmonies of #EA45B4
Complementary color
Monochromatic Colors of #EA45B4
Black with #EA45B4
Text Example
Text Example
White with #EA45B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45B4; }
p { color: rgb(234,69,180); }
H1.HeaderClassName
{
color: #EA45B4;
}
.AnyTagClassName
{
color: #EA45B4;
}
</style>
background-color css
<style>
a { background-color: #EA45B4; }
a { background-color: rgb(234,69,180); }
div.DivClassName
{
background-color: #EA45B4;
}
.BgClassName
{
background-color: #EA45B4;
}
</style>
border-color css
<style>
span { border-color: #EA45B4; }
span { border-color: rgb(234,69,180); }
td.TdClassName
{
border-color: #EA45B4;
}
.TagClassName
{
border-color: #EA45B4;
}
</style>