Shades of Razzle Dazzle Rose #FF3EDA
Tints of Razzle Dazzle Rose #FF3EDA
RGB
CMYK
RGB Variations
Color information
#FF3EDA (or 0xFF3EDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and DA. RGB value is (255,62,218). Sum of RGB (Red+Green+Blue) = 255+62+218=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 62 (24.61% from 255 or 11.59% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3EDA is #00C125. Grayscale: #898989. Windows color (decimal): -49446 or 14302975. OLE color: 14302975.
HSL color Cylindrical-coordinate representation of color #FF3EDA: hue angle of 311.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EDA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 218 | - |
| CMYK | 0 | 0.76 | 0.15 | 0 |
| HSL | 311.5º | 1% | 0.62% | - |
| HSV(B) | 311.5º | 0.76% | 1% | - |
| XYZ | 55.62 | 29.77 | 69.14 | - |
| YUV | 137.49 | 173.44 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 218 | 0 | 0.76 | 0.15 | 0 | 311.5 | 1 | 0.62 |
| Hex | FF | 3E | DA | 0 | 4C | F | 0 | 138 | 64 | 3E |
| Octal | 377 | 76 | 332 | 0 | 114 | 17 | 0 | 470 | 144 | 76 |
| Binary | 11111111 | 111110 | 11011010 | 0 | 1001100 | 1111 | 0 | 100111000 | 1100100 | 111110 |
Color Harmonies of #FF3EDA
Complementary color
Monochromatic Colors of #FF3EDA
Black with #FF3EDA
Text Example
Text Example
White with #FF3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EDA; }
p { color: rgb(255,62,218); }
H1.HeaderClassName
{
color: #FF3EDA;
}
.AnyTagClassName
{
color: #FF3EDA;
}
</style>
background-color css
<style>
a { background-color: #FF3EDA; }
a { background-color: rgb(255,62,218); }
div.DivClassName
{
background-color: #FF3EDA;
}
.BgClassName
{
background-color: #FF3EDA;
}
</style>
border-color css
<style>
span { border-color: #FF3EDA; }
span { border-color: rgb(255,62,218); }
td.TdClassName
{
border-color: #FF3EDA;
}
.TagClassName
{
border-color: #FF3EDA;
}
</style>