Shades of Brilliant Rose #E342AD
Tints of Brilliant Rose #E342AD
RGB
CMYK
RGB Variations
Color information
#E342AD (or 0xE342AD) is known color: Brilliant Rose. HEX triplet: E3, 42 and AD. RGB value is (227,66,173). Sum of RGB (Red+Green+Blue) = 227+66+173=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E342AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E342AD is #1CBD52. Grayscale: #7E7E7E. Windows color (decimal): -1883475 or 11354851. OLE color: 11354851.
HSL color Cylindrical-coordinate representation of color #E342AD: hue angle of 320.12º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E342AD is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 173 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.11 |
| HSL | 320.12º | 0.74% | 0.57% | - |
| HSV(B) | 320.12º | 0.71% | 0.89% | - |
| XYZ | 41.17 | 23.24 | 41.85 | - |
| YUV | 126.34 | 154.34 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 173 | 0 | 0.71 | 0.24 | 0.11 | 320.12 | 0.74 | 0.57 |
| Hex | E3 | 42 | AD | 0 | 47 | 18 | B | 140 | 4A | 39 |
| Octal | 343 | 102 | 255 | 0 | 107 | 30 | 13 | 500 | 112 | 71 |
| Binary | 11100011 | 1000010 | 10101101 | 0 | 1000111 | 11000 | 1011 | 101000000 | 1001010 | 111001 |
Color Harmonies of #E342AD
Complementary color
Monochromatic Colors of #E342AD
Black with #E342AD
Text Example
Text Example
White with #E342AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E342AD; }
p { color: rgb(227,66,173); }
H1.HeaderClassName
{
color: #E342AD;
}
.AnyTagClassName
{
color: #E342AD;
}
</style>
background-color css
<style>
a { background-color: #E342AD; }
a { background-color: rgb(227,66,173); }
div.DivClassName
{
background-color: #E342AD;
}
.BgClassName
{
background-color: #E342AD;
}
</style>
border-color css
<style>
span { border-color: #E342AD; }
span { border-color: rgb(227,66,173); }
td.TdClassName
{
border-color: #E342AD;
}
.TagClassName
{
border-color: #E342AD;
}
</style>