Shades of Razzle Dazzle Rose #FF3EEE
Tints of Razzle Dazzle Rose #FF3EEE
RGB
CMYK
RGB Variations
Color information
#FF3EEE (or 0xFF3EEE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3E and EE. RGB value is (255,62,238). Sum of RGB (Red+Green+Blue) = 255+62+238=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 62 (24.61% from 255 or 11.17% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3EEE is #00C111. Grayscale: #8B8B8B. Windows color (decimal): -49426 or 15613695. OLE color: 15613695.
HSL color Cylindrical-coordinate representation of color #FF3EEE: hue angle of 305.28º 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 #FF3EEE is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 238 | - |
| CMYK | 0 | 0.76 | 0.07 | 0 |
| HSL | 305.29º | 1% | 0.62% | - |
| HSV(B) | 305.29º | 0.76% | 1% | - |
| XYZ | 58.4 | 30.88 | 83.77 | - |
| YUV | 139.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 238 | 0 | 0.76 | 0.07 | 0 | 305.29 | 1 | 0.62 |
| Hex | FF | 3E | EE | 0 | 4C | 7 | 0 | 131 | 64 | 3E |
| Octal | 377 | 76 | 356 | 0 | 114 | 7 | 0 | 461 | 144 | 76 |
| Binary | 11111111 | 111110 | 11101110 | 0 | 1001100 | 111 | 0 | 100110001 | 1100100 | 111110 |
Color Harmonies of #FF3EEE
Complementary color
Monochromatic Colors of #FF3EEE
Black with #FF3EEE
Text Example
Text Example
White with #FF3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EEE; }
p { color: rgb(255,62,238); }
H1.HeaderClassName
{
color: #FF3EEE;
}
.AnyTagClassName
{
color: #FF3EEE;
}
</style>
background-color css
<style>
a { background-color: #FF3EEE; }
a { background-color: rgb(255,62,238); }
div.DivClassName
{
background-color: #FF3EEE;
}
.BgClassName
{
background-color: #FF3EEE;
}
</style>
border-color css
<style>
span { border-color: #FF3EEE; }
span { border-color: rgb(255,62,238); }
td.TdClassName
{
border-color: #FF3EEE;
}
.TagClassName
{
border-color: #FF3EEE;
}
</style>