Shades of Brilliant Rose #EA4FBA
Tints of Brilliant Rose #EA4FBA
RGB
CMYK
RGB Variations
Color information
#EA4FBA (or 0xEA4FBA) is known color: Brilliant Rose. HEX triplet: EA, 4F and BA. RGB value is (234,79,186). Sum of RGB (Red+Green+Blue) = 234+79+186=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4FBA is #15B045. Grayscale: #898989. Windows color (decimal): -1421382 or 12210154. OLE color: 12210154.
HSL color Cylindrical-coordinate representation of color #EA4FBA: hue angle of 318.58º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA4FBA is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 186 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.08 |
| HSL | 318.58º | 0.79% | 0.61% | - |
| HSV(B) | 318.58º | 0.66% | 0.92% | - |
| XYZ | 45.59 | 26.63 | 49.19 | - |
| YUV | 137.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 186 | 0 | 0.66 | 0.21 | 0.08 | 318.58 | 0.79 | 0.61 |
| Hex | EA | 4F | BA | 0 | 42 | 15 | 8 | 13F | 4F | 3D |
| Octal | 352 | 117 | 272 | 0 | 102 | 25 | 10 | 477 | 117 | 75 |
| Binary | 11101010 | 1001111 | 10111010 | 0 | 1000010 | 10101 | 1000 | 100111111 | 1001111 | 111101 |
Color Harmonies of #EA4FBA
Complementary color
Monochromatic Colors of #EA4FBA
Black with #EA4FBA
Text Example
Text Example
White with #EA4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4FBA; }
p { color: rgb(234,79,186); }
H1.HeaderClassName
{
color: #EA4FBA;
}
.AnyTagClassName
{
color: #EA4FBA;
}
</style>
background-color css
<style>
a { background-color: #EA4FBA; }
a { background-color: rgb(234,79,186); }
div.DivClassName
{
background-color: #EA4FBA;
}
.BgClassName
{
background-color: #EA4FBA;
}
</style>
border-color css
<style>
span { border-color: #EA4FBA; }
span { border-color: rgb(234,79,186); }
td.TdClassName
{
border-color: #EA4FBA;
}
.TagClassName
{
border-color: #EA4FBA;
}
</style>