Shades of Brilliant Rose #EA4DAA
Tints of Brilliant Rose #EA4DAA
RGB
CMYK
RGB Variations
Color information
#EA4DAA (or 0xEA4DAA) is known color: Brilliant Rose. HEX triplet: EA, 4D and AA. RGB value is (234,77,170). Sum of RGB (Red+Green+Blue) = 234+77+170=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DAA is #15B255. Grayscale: #868686. Windows color (decimal): -1421910 or 11161066. OLE color: 11161066.
HSL color Cylindrical-coordinate representation of color #EA4DAA: hue angle of 324.46º 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 #EA4DAA is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 170 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.08 |
| HSL | 324.46º | 0.79% | 0.61% | - |
| HSV(B) | 324.46º | 0.67% | 0.92% | - |
| XYZ | 43.84 | 25.7 | 40.68 | - |
| YUV | 134.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 170 | 0 | 0.67 | 0.27 | 0.08 | 324.46 | 0.79 | 0.61 |
| Hex | EA | 4D | AA | 0 | 43 | 1B | 8 | 144 | 4F | 3D |
| Octal | 352 | 115 | 252 | 0 | 103 | 33 | 10 | 504 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10101010 | 0 | 1000011 | 11011 | 1000 | 101000100 | 1001111 | 111101 |
Color Harmonies of #EA4DAA
Complementary color
Monochromatic Colors of #EA4DAA
Black with #EA4DAA
Text Example
Text Example
White with #EA4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DAA; }
p { color: rgb(234,77,170); }
H1.HeaderClassName
{
color: #EA4DAA;
}
.AnyTagClassName
{
color: #EA4DAA;
}
</style>
background-color css
<style>
a { background-color: #EA4DAA; }
a { background-color: rgb(234,77,170); }
div.DivClassName
{
background-color: #EA4DAA;
}
.BgClassName
{
background-color: #EA4DAA;
}
</style>
border-color css
<style>
span { border-color: #EA4DAA; }
span { border-color: rgb(234,77,170); }
td.TdClassName
{
border-color: #EA4DAA;
}
.TagClassName
{
border-color: #EA4DAA;
}
</style>