Shades of Brilliant Rose #E64EAD
Tints of Brilliant Rose #E64EAD
RGB
CMYK
RGB Variations
Color information
#E64EAD (or 0xE64EAD) is known color: Brilliant Rose. HEX triplet: E6, 4E and AD. RGB value is (230,78,173). Sum of RGB (Red+Green+Blue) = 230+78+173=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EAD is #19B152. Grayscale: #868686. Windows color (decimal): -1683795 or 11357926. OLE color: 11357926.
HSL color Cylindrical-coordinate representation of color #E64EAD: hue angle of 322.5º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EAD is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 173 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.10 |
| HSL | 322.5º | 0.75% | 0.6% | - |
| HSV(B) | 322.5º | 0.66% | 0.9% | - |
| XYZ | 42.9 | 25.29 | 42.16 | - |
| YUV | 134.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 173 | 0 | 0.66 | 0.25 | 0.10 | 322.5 | 0.75 | 0.6 |
| Hex | E6 | 4E | AD | 0 | 42 | 19 | A | 142 | 4B | 3C |
| Octal | 346 | 116 | 255 | 0 | 102 | 31 | 12 | 502 | 113 | 74 |
| Binary | 11100110 | 1001110 | 10101101 | 0 | 1000010 | 11001 | 1010 | 101000010 | 1001011 | 111100 |
Color Harmonies of #E64EAD
Complementary color
Monochromatic Colors of #E64EAD
Black with #E64EAD
Text Example
Text Example
White with #E64EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EAD; }
p { color: rgb(230,78,173); }
H1.HeaderClassName
{
color: #E64EAD;
}
.AnyTagClassName
{
color: #E64EAD;
}
</style>
background-color css
<style>
a { background-color: #E64EAD; }
a { background-color: rgb(230,78,173); }
div.DivClassName
{
background-color: #E64EAD;
}
.BgClassName
{
background-color: #E64EAD;
}
</style>
border-color css
<style>
span { border-color: #E64EAD; }
span { border-color: rgb(230,78,173); }
td.TdClassName
{
border-color: #E64EAD;
}
.TagClassName
{
border-color: #E64EAD;
}
</style>