Shades of Brilliant Rose #EA4DB3
Tints of Brilliant Rose #EA4DB3
RGB
CMYK
RGB Variations
Color information
#EA4DB3 (or 0xEA4DB3) is known color: Brilliant Rose. HEX triplet: EA, 4D and B3. RGB value is (234,77,179). Sum of RGB (Red+Green+Blue) = 234+77+179=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DB3 is #15B24C. Grayscale: #878787. Windows color (decimal): -1421901 or 11750890. OLE color: 11750890.
HSL color Cylindrical-coordinate representation of color #EA4DB3: hue angle of 321.02º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4DB3 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 179 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.08 |
| HSL | 321.02º | 0.79% | 0.61% | - |
| HSV(B) | 321.02º | 0.67% | 0.92% | - |
| XYZ | 44.72 | 26.05 | 45.32 | - |
| YUV | 135.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 179 | 0 | 0.67 | 0.24 | 0.08 | 321.02 | 0.79 | 0.61 |
| Hex | EA | 4D | B3 | 0 | 43 | 18 | 8 | 141 | 4F | 3D |
| Octal | 352 | 115 | 263 | 0 | 103 | 30 | 10 | 501 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10110011 | 0 | 1000011 | 11000 | 1000 | 101000001 | 1001111 | 111101 |
Color Harmonies of #EA4DB3
Complementary color
Monochromatic Colors of #EA4DB3
Black with #EA4DB3
Text Example
Text Example
White with #EA4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DB3; }
p { color: rgb(234,77,179); }
H1.HeaderClassName
{
color: #EA4DB3;
}
.AnyTagClassName
{
color: #EA4DB3;
}
</style>
background-color css
<style>
a { background-color: #EA4DB3; }
a { background-color: rgb(234,77,179); }
div.DivClassName
{
background-color: #EA4DB3;
}
.BgClassName
{
background-color: #EA4DB3;
}
</style>
border-color css
<style>
span { border-color: #EA4DB3; }
span { border-color: rgb(234,77,179); }
td.TdClassName
{
border-color: #EA4DB3;
}
.TagClassName
{
border-color: #EA4DB3;
}
</style>