Shades of Brilliant Rose #EA5DA3
Tints of Brilliant Rose #EA5DA3
RGB
CMYK
RGB Variations
Color information
#EA5DA3 (or 0xEA5DA3) is known color: Brilliant Rose. HEX triplet: EA, 5D and A3. RGB value is (234,93,163). Sum of RGB (Red+Green+Blue) = 234+93+163=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DA3 is #15A25C. Grayscale: #8F8F8F. Windows color (decimal): -1417821 or 10706410. OLE color: 10706410.
HSL color Cylindrical-coordinate representation of color #EA5DA3: hue angle of 330.21º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DA3 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 163 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.08 |
| HSL | 330.21º | 0.77% | 0.64% | - |
| HSV(B) | 330.21º | 0.6% | 0.92% | - |
| XYZ | 44.46 | 27.97 | 37.71 | - |
| YUV | 143.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 163 | 0 | 0.60 | 0.30 | 0.08 | 330.21 | 0.77 | 0.64 |
| Hex | EA | 5D | A3 | 0 | 3C | 1E | 8 | 14A | 4D | 40 |
| Octal | 352 | 135 | 243 | 0 | 74 | 36 | 10 | 512 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10100011 | 0 | 111100 | 11110 | 1000 | 101001010 | 1001101 | 1000000 |
Color Harmonies of #EA5DA3
Complementary color
Monochromatic Colors of #EA5DA3
Black with #EA5DA3
Text Example
Text Example
White with #EA5DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DA3; }
p { color: rgb(234,93,163); }
H1.HeaderClassName
{
color: #EA5DA3;
}
.AnyTagClassName
{
color: #EA5DA3;
}
</style>
background-color css
<style>
a { background-color: #EA5DA3; }
a { background-color: rgb(234,93,163); }
div.DivClassName
{
background-color: #EA5DA3;
}
.BgClassName
{
background-color: #EA5DA3;
}
</style>
border-color css
<style>
span { border-color: #EA5DA3; }
span { border-color: rgb(234,93,163); }
td.TdClassName
{
border-color: #EA5DA3;
}
.TagClassName
{
border-color: #EA5DA3;
}
</style>