Shades of Brilliant Rose #E64CB3
Tints of Brilliant Rose #E64CB3
RGB
CMYK
RGB Variations
Color information
#E64CB3 (or 0xE64CB3) is known color: Brilliant Rose. HEX triplet: E6, 4C and B3. RGB value is (230,76,179). Sum of RGB (Red+Green+Blue) = 230+76+179=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E64CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64CB3 is #19B34C. Grayscale: #858585. Windows color (decimal): -1684301 or 11750630. OLE color: 11750630.
HSL color Cylindrical-coordinate representation of color #E64CB3: hue angle of 319.87º 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 #E64CB3 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 179 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.10 |
| HSL | 319.87º | 0.75% | 0.6% | - |
| HSV(B) | 319.87º | 0.67% | 0.9% | - |
| XYZ | 43.35 | 25.25 | 45.24 | - |
| YUV | 133.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 179 | 0 | 0.67 | 0.22 | 0.10 | 319.87 | 0.75 | 0.6 |
| Hex | E6 | 4C | B3 | 0 | 43 | 16 | A | 140 | 4B | 3C |
| Octal | 346 | 114 | 263 | 0 | 103 | 26 | 12 | 500 | 113 | 74 |
| Binary | 11100110 | 1001100 | 10110011 | 0 | 1000011 | 10110 | 1010 | 101000000 | 1001011 | 111100 |
Color Harmonies of #E64CB3
Complementary color
Monochromatic Colors of #E64CB3
Black with #E64CB3
Text Example
Text Example
White with #E64CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CB3; }
p { color: rgb(230,76,179); }
H1.HeaderClassName
{
color: #E64CB3;
}
.AnyTagClassName
{
color: #E64CB3;
}
</style>
background-color css
<style>
a { background-color: #E64CB3; }
a { background-color: rgb(230,76,179); }
div.DivClassName
{
background-color: #E64CB3;
}
.BgClassName
{
background-color: #E64CB3;
}
</style>
border-color css
<style>
span { border-color: #E64CB3; }
span { border-color: rgb(230,76,179); }
td.TdClassName
{
border-color: #E64CB3;
}
.TagClassName
{
border-color: #E64CB3;
}
</style>