Shades of Brilliant Rose #E64CAD
Tints of Brilliant Rose #E64CAD
RGB
CMYK
RGB Variations
Color information
#E64CAD (or 0xE64CAD) is known color: Brilliant Rose. HEX triplet: E6, 4C and AD. RGB value is (230,76,173). Sum of RGB (Red+Green+Blue) = 230+76+173=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64CAD is #19B352. Grayscale: #848484. Windows color (decimal): -1684307 or 11357414. OLE color: 11357414.
HSL color Cylindrical-coordinate representation of color #E64CAD: hue angle of 322.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64CAD is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 173 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.10 |
| HSL | 322.21º | 0.75% | 0.6% | - |
| HSV(B) | 322.21º | 0.67% | 0.9% | - |
| XYZ | 42.76 | 25.01 | 42.11 | - |
| YUV | 133.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 173 | 0 | 0.67 | 0.25 | 0.10 | 322.21 | 0.75 | 0.6 |
| Hex | E6 | 4C | AD | 0 | 43 | 19 | A | 142 | 4B | 3C |
| Octal | 346 | 114 | 255 | 0 | 103 | 31 | 12 | 502 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10101101 | 0 | 1000011 | 11001 | 1010 | 101000010 | 1001011 | 111100 |
Color Harmonies of #E64CAD
Complementary color
Monochromatic Colors of #E64CAD
Black with #E64CAD
Text Example
Text Example
White with #E64CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CAD; }
p { color: rgb(230,76,173); }
H1.HeaderClassName
{
color: #E64CAD;
}
.AnyTagClassName
{
color: #E64CAD;
}
</style>
background-color css
<style>
a { background-color: #E64CAD; }
a { background-color: rgb(230,76,173); }
div.DivClassName
{
background-color: #E64CAD;
}
.BgClassName
{
background-color: #E64CAD;
}
</style>
border-color css
<style>
span { border-color: #E64CAD; }
span { border-color: rgb(230,76,173); }
td.TdClassName
{
border-color: #E64CAD;
}
.TagClassName
{
border-color: #E64CAD;
}
</style>