Shades of Brilliant Rose #E64CB4
Tints of Brilliant Rose #E64CB4
RGB
CMYK
RGB Variations
Color information
#E64CB4 (or 0xE64CB4) is known color: Brilliant Rose. HEX triplet: E6, 4C and B4. RGB value is (230,76,180). Sum of RGB (Red+Green+Blue) = 230+76+180=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CB4 is #19B34B. Grayscale: #858585. Windows color (decimal): -1684300 or 11816166. OLE color: 11816166.
HSL color Cylindrical-coordinate representation of color #E64CB4: hue angle of 319.48º 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 #E64CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 180 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.10 |
| HSL | 319.48º | 0.75% | 0.6% | - |
| HSV(B) | 319.48º | 0.67% | 0.9% | - |
| XYZ | 43.46 | 25.29 | 45.77 | - |
| YUV | 133.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 180 | 0 | 0.67 | 0.22 | 0.10 | 319.48 | 0.75 | 0.6 |
| Hex | E6 | 4C | B4 | 0 | 43 | 16 | A | 13F | 4B | 3C |
| Octal | 346 | 114 | 264 | 0 | 103 | 26 | 12 | 477 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10110100 | 0 | 1000011 | 10110 | 1010 | 100111111 | 1001011 | 111100 |
Color Harmonies of #E64CB4
Complementary color
Monochromatic Colors of #E64CB4
Black with #E64CB4
Text Example
Text Example
White with #E64CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CB4; }
p { color: rgb(230,76,180); }
H1.HeaderClassName
{
color: #E64CB4;
}
.AnyTagClassName
{
color: #E64CB4;
}
</style>
background-color css
<style>
a { background-color: #E64CB4; }
a { background-color: rgb(230,76,180); }
div.DivClassName
{
background-color: #E64CB4;
}
.BgClassName
{
background-color: #E64CB4;
}
</style>
border-color css
<style>
span { border-color: #E64CB4; }
span { border-color: rgb(230,76,180); }
td.TdClassName
{
border-color: #E64CB4;
}
.TagClassName
{
border-color: #E64CB4;
}
</style>