Shades of Brilliant Rose #EA4FB2
Tints of Brilliant Rose #EA4FB2
RGB
CMYK
RGB Variations
Color information
#EA4FB2 (or 0xEA4FB2) is known color: Brilliant Rose. HEX triplet: EA, 4F and B2. RGB value is (234,79,178). Sum of RGB (Red+Green+Blue) = 234+79+178=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4FB2 is #15B04D. Grayscale: #888888. Windows color (decimal): -1421390 or 11685866. OLE color: 11685866.
HSL color Cylindrical-coordinate representation of color #EA4FB2: hue angle of 321.68º 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 #EA4FB2 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 178 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.08 |
| HSL | 321.68º | 0.79% | 0.61% | - |
| HSV(B) | 321.68º | 0.66% | 0.92% | - |
| XYZ | 44.76 | 26.3 | 44.84 | - |
| YUV | 136.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 178 | 0 | 0.66 | 0.24 | 0.08 | 321.68 | 0.79 | 0.61 |
| Hex | EA | 4F | B2 | 0 | 42 | 18 | 8 | 142 | 4F | 3D |
| Octal | 352 | 117 | 262 | 0 | 102 | 30 | 10 | 502 | 117 | 75 |
| Binary | 11101010 | 1001111 | 10110010 | 0 | 1000010 | 11000 | 1000 | 101000010 | 1001111 | 111101 |
Color Harmonies of #EA4FB2
Complementary color
Monochromatic Colors of #EA4FB2
Black with #EA4FB2
Text Example
Text Example
White with #EA4FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4FB2; }
p { color: rgb(234,79,178); }
H1.HeaderClassName
{
color: #EA4FB2;
}
.AnyTagClassName
{
color: #EA4FB2;
}
</style>
background-color css
<style>
a { background-color: #EA4FB2; }
a { background-color: rgb(234,79,178); }
div.DivClassName
{
background-color: #EA4FB2;
}
.BgClassName
{
background-color: #EA4FB2;
}
</style>
border-color css
<style>
span { border-color: #EA4FB2; }
span { border-color: rgb(234,79,178); }
td.TdClassName
{
border-color: #EA4FB2;
}
.TagClassName
{
border-color: #EA4FB2;
}
</style>