Shades of Razzle Dazzle Rose #FF4ED3
Tints of Razzle Dazzle Rose #FF4ED3
RGB
CMYK
RGB Variations
Color information
#FF4ED3 (or 0xFF4ED3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and D3. RGB value is (255,78,211). Sum of RGB (Red+Green+Blue) = 255+78+211=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ED3 is #00B12C. Grayscale: #919191. Windows color (decimal): -45357 or 13848319. OLE color: 13848319.
HSL color Cylindrical-coordinate representation of color #FF4ED3: hue angle of 314.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4ED3 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 211 | - |
| CMYK | 0 | 0.69 | 0.17 | 0 |
| HSL | 314.92º | 1% | 0.65% | - |
| HSV(B) | 314.92º | 0.69% | 1% | - |
| XYZ | 55.72 | 31.41 | 64.75 | - |
| YUV | 146.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 211 | 0 | 0.69 | 0.17 | 0 | 314.92 | 1 | 0.65 |
| Hex | FF | 4E | D3 | 0 | 45 | 11 | 0 | 13B | 64 | 41 |
| Octal | 377 | 116 | 323 | 0 | 105 | 21 | 0 | 473 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11010011 | 0 | 1000101 | 10001 | 0 | 100111011 | 1100100 | 1000001 |
Color Harmonies of #FF4ED3
Complementary color
Monochromatic Colors of #FF4ED3
Black with #FF4ED3
Text Example
Text Example
White with #FF4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ED3; }
p { color: rgb(255,78,211); }
H1.HeaderClassName
{
color: #FF4ED3;
}
.AnyTagClassName
{
color: #FF4ED3;
}
</style>
background-color css
<style>
a { background-color: #FF4ED3; }
a { background-color: rgb(255,78,211); }
div.DivClassName
{
background-color: #FF4ED3;
}
.BgClassName
{
background-color: #FF4ED3;
}
</style>
border-color css
<style>
span { border-color: #FF4ED3; }
span { border-color: rgb(255,78,211); }
td.TdClassName
{
border-color: #FF4ED3;
}
.TagClassName
{
border-color: #FF4ED3;
}
</style>