Shades of French Rose #E64B8F
Tints of French Rose #E64B8F
RGB
CMYK
RGB Variations
Color information
#E64B8F (or 0xE64B8F) is known color: French Rose. HEX triplet: E6, 4B and 8F. RGB value is (230,75,143). Sum of RGB (Red+Green+Blue) = 230+75+143=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B8F is #19B470. Grayscale: #808080. Windows color (decimal): -1684593 or 9391078. OLE color: 9391078.
HSL color Cylindrical-coordinate representation of color #E64B8F: hue angle of 333.68º degrees, saturation: 0.76, 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 #E64B8F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 143 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.10 |
| HSL | 333.68º | 0.76% | 0.6% | - |
| HSV(B) | 333.68º | 0.67% | 0.9% | - |
| XYZ | 40.11 | 23.84 | 28.47 | - |
| YUV | 129.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 143 | 0 | 0.67 | 0.38 | 0.10 | 333.68 | 0.76 | 0.6 |
| Hex | E6 | 4B | 8F | 0 | 43 | 26 | A | 14E | 4C | 3C |
| Octal | 346 | 113 | 217 | 0 | 103 | 46 | 12 | 516 | 114 | 74 |
| Binary | 11100110 | 1001011 | 10001111 | 0 | 1000011 | 100110 | 1010 | 101001110 | 1001100 | 111100 |
Color Harmonies of #E64B8F
Complementary color
Monochromatic Colors of #E64B8F
Black with #E64B8F
Text Example
Text Example
White with #E64B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B8F; }
p { color: rgb(230,75,143); }
H1.HeaderClassName
{
color: #E64B8F;
}
.AnyTagClassName
{
color: #E64B8F;
}
</style>
background-color css
<style>
a { background-color: #E64B8F; }
a { background-color: rgb(230,75,143); }
div.DivClassName
{
background-color: #E64B8F;
}
.BgClassName
{
background-color: #E64B8F;
}
</style>
border-color css
<style>
span { border-color: #E64B8F; }
span { border-color: rgb(230,75,143); }
td.TdClassName
{
border-color: #E64B8F;
}
.TagClassName
{
border-color: #E64B8F;
}
</style>