Shades of Razzle Dazzle Rose #FF4ECB
Tints of Razzle Dazzle Rose #FF4ECB
RGB
CMYK
RGB Variations
Color information
#FF4ECB (or 0xFF4ECB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4E and CB. RGB value is (255,78,203). Sum of RGB (Red+Green+Blue) = 255+78+203=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4ECB is #00B134. Grayscale: #909090. Windows color (decimal): -45365 or 13324031. OLE color: 13324031.
HSL color Cylindrical-coordinate representation of color #FF4ECB: hue angle of 317.63º 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 #FF4ECB is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 203 | - |
| CMYK | 0 | 0.69 | 0.20 | 0 |
| HSL | 317.63º | 1% | 0.65% | - |
| HSV(B) | 317.63º | 0.69% | 1% | - |
| XYZ | 54.74 | 31.02 | 59.6 | - |
| YUV | 145.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 203 | 0 | 0.69 | 0.20 | 0 | 317.63 | 1 | 0.65 |
| Hex | FF | 4E | CB | 0 | 45 | 14 | 0 | 13E | 64 | 41 |
| Octal | 377 | 116 | 313 | 0 | 105 | 24 | 0 | 476 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11001011 | 0 | 1000101 | 10100 | 0 | 100111110 | 1100100 | 1000001 |
Color Harmonies of #FF4ECB
Complementary color
Monochromatic Colors of #FF4ECB
Black with #FF4ECB
Text Example
Text Example
White with #FF4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ECB; }
p { color: rgb(255,78,203); }
H1.HeaderClassName
{
color: #FF4ECB;
}
.AnyTagClassName
{
color: #FF4ECB;
}
</style>
background-color css
<style>
a { background-color: #FF4ECB; }
a { background-color: rgb(255,78,203); }
div.DivClassName
{
background-color: #FF4ECB;
}
.BgClassName
{
background-color: #FF4ECB;
}
</style>
border-color css
<style>
span { border-color: #FF4ECB; }
span { border-color: rgb(255,78,203); }
td.TdClassName
{
border-color: #FF4ECB;
}
.TagClassName
{
border-color: #FF4ECB;
}
</style>