Shades of Brilliant Rose #EA4DA6
Tints of Brilliant Rose #EA4DA6
RGB
CMYK
RGB Variations
Color information
#EA4DA6 (or 0xEA4DA6) is known color: Brilliant Rose. HEX triplet: EA, 4D and A6. RGB value is (234,77,166). Sum of RGB (Red+Green+Blue) = 234+77+166=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DA6 is #15B259. Grayscale: #858585. Windows color (decimal): -1421914 or 10898922. OLE color: 10898922.
HSL color Cylindrical-coordinate representation of color #EA4DA6: hue angle of 325.99º 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 #EA4DA6 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 166 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.08 |
| HSL | 325.99º | 0.79% | 0.61% | - |
| HSV(B) | 325.99º | 0.67% | 0.92% | - |
| XYZ | 43.47 | 25.55 | 38.72 | - |
| YUV | 134.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 166 | 0 | 0.67 | 0.29 | 0.08 | 325.99 | 0.79 | 0.61 |
| Hex | EA | 4D | A6 | 0 | 43 | 1D | 8 | 146 | 4F | 3D |
| Octal | 352 | 115 | 246 | 0 | 103 | 35 | 10 | 506 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10100110 | 0 | 1000011 | 11101 | 1000 | 101000110 | 1001111 | 111101 |
Color Harmonies of #EA4DA6
Complementary color
Monochromatic Colors of #EA4DA6
Black with #EA4DA6
Text Example
Text Example
White with #EA4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DA6; }
p { color: rgb(234,77,166); }
H1.HeaderClassName
{
color: #EA4DA6;
}
.AnyTagClassName
{
color: #EA4DA6;
}
</style>
background-color css
<style>
a { background-color: #EA4DA6; }
a { background-color: rgb(234,77,166); }
div.DivClassName
{
background-color: #EA4DA6;
}
.BgClassName
{
background-color: #EA4DA6;
}
</style>
border-color css
<style>
span { border-color: #EA4DA6; }
span { border-color: rgb(234,77,166); }
td.TdClassName
{
border-color: #EA4DA6;
}
.TagClassName
{
border-color: #EA4DA6;
}
</style>