Shades of Razzle Dazzle Rose #FF4EC1
Tints of Razzle Dazzle Rose #FF4EC1
RGB
CMYK
RGB Variations
Color information
#FF4EC1 (or 0xFF4EC1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and C1. RGB value is (255,78,193). Sum of RGB (Red+Green+Blue) = 255+78+193=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EC1 is #00B13E. Grayscale: #8F8F8F. Windows color (decimal): -45375 or 12668671. OLE color: 12668671.
HSL color Cylindrical-coordinate representation of color #FF4EC1: hue angle of 321.02º 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 #FF4EC1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 193 | - |
| CMYK | 0 | 0.69 | 0.24 | 0 |
| HSL | 321.02º | 1% | 0.65% | - |
| HSV(B) | 321.02º | 0.69% | 1% | - |
| XYZ | 53.59 | 30.56 | 53.53 | - |
| YUV | 144.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 193 | 0 | 0.69 | 0.24 | 0 | 321.02 | 1 | 0.65 |
| Hex | FF | 4E | C1 | 0 | 45 | 18 | 0 | 141 | 64 | 41 |
| Octal | 377 | 116 | 301 | 0 | 105 | 30 | 0 | 501 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11000001 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100100 | 1000001 |
Color Harmonies of #FF4EC1
Complementary color
Monochromatic Colors of #FF4EC1
Black with #FF4EC1
Text Example
Text Example
White with #FF4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EC1; }
p { color: rgb(255,78,193); }
H1.HeaderClassName
{
color: #FF4EC1;
}
.AnyTagClassName
{
color: #FF4EC1;
}
</style>
background-color css
<style>
a { background-color: #FF4EC1; }
a { background-color: rgb(255,78,193); }
div.DivClassName
{
background-color: #FF4EC1;
}
.BgClassName
{
background-color: #FF4EC1;
}
</style>
border-color css
<style>
span { border-color: #FF4EC1; }
span { border-color: rgb(255,78,193); }
td.TdClassName
{
border-color: #FF4EC1;
}
.TagClassName
{
border-color: #FF4EC1;
}
</style>