Shades of Brilliant Rose #EA5FA3
Tints of Brilliant Rose #EA5FA3
RGB
CMYK
RGB Variations
Color information
#EA5FA3 (or 0xEA5FA3) is known color: Brilliant Rose. HEX triplet: EA, 5F and A3. RGB value is (234,95,163). Sum of RGB (Red+Green+Blue) = 234+95+163=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5FA3 is #15A05C. Grayscale: #909090. Windows color (decimal): -1417309 or 10706922. OLE color: 10706922.
HSL color Cylindrical-coordinate representation of color #EA5FA3: hue angle of 330.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5FA3 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 95 | 163 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.08 |
| HSL | 330.65º | 0.77% | 0.65% | - |
| HSV(B) | 330.65º | 0.59% | 0.92% | - |
| XYZ | 44.63 | 28.32 | 37.76 | - |
| YUV | 144.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 163 | 0 | 0.59 | 0.30 | 0.08 | 330.65 | 0.77 | 0.65 |
| Hex | EA | 5F | A3 | 0 | 3B | 1E | 8 | 14B | 4D | 41 |
| Octal | 352 | 137 | 243 | 0 | 73 | 36 | 10 | 513 | 115 | 101 |
| Binary | 11101010 | 1011111 | 10100011 | 0 | 111011 | 11110 | 1000 | 101001011 | 1001101 | 1000001 |
Color Harmonies of #EA5FA3
Complementary color
Monochromatic Colors of #EA5FA3
Black with #EA5FA3
Text Example
Text Example
White with #EA5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5FA3; }
p { color: rgb(234,95,163); }
H1.HeaderClassName
{
color: #EA5FA3;
}
.AnyTagClassName
{
color: #EA5FA3;
}
</style>
background-color css
<style>
a { background-color: #EA5FA3; }
a { background-color: rgb(234,95,163); }
div.DivClassName
{
background-color: #EA5FA3;
}
.BgClassName
{
background-color: #EA5FA3;
}
</style>
border-color css
<style>
span { border-color: #EA5FA3; }
span { border-color: rgb(234,95,163); }
td.TdClassName
{
border-color: #EA5FA3;
}
.TagClassName
{
border-color: #EA5FA3;
}
</style>