Shades of Razzle Dazzle Rose #EF3DD5
Tints of Razzle Dazzle Rose #EF3DD5
RGB
CMYK
RGB Variations
Color information
#EF3DD5 (or 0xEF3DD5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and D5. RGB value is (239,61,213). Sum of RGB (Red+Green+Blue) = 239+61+213=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DD5 is #10C22A. Grayscale: #838383. Windows color (decimal): -1098283 or 13975023. OLE color: 13975023.
HSL color Cylindrical-coordinate representation of color #EF3DD5: hue angle of 308.76º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DD5 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 213 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.06 |
| HSL | 308.76º | 0.85% | 0.59% | - |
| HSV(B) | 308.76º | 0.74% | 0.94% | - |
| XYZ | 49.28 | 26.49 | 65.47 | - |
| YUV | 131.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 213 | 0 | 0.74 | 0.11 | 0.06 | 308.76 | 0.85 | 0.59 |
| Hex | EF | 3D | D5 | 0 | 4A | B | 6 | 135 | 55 | 3B |
| Octal | 357 | 75 | 325 | 0 | 112 | 13 | 6 | 465 | 125 | 73 |
| Binary | 11101111 | 111101 | 11010101 | 0 | 1001010 | 1011 | 110 | 100110101 | 1010101 | 111011 |
Color Harmonies of #EF3DD5
Complementary color
Monochromatic Colors of #EF3DD5
Black with #EF3DD5
Text Example
Text Example
White with #EF3DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DD5; }
p { color: rgb(239,61,213); }
H1.HeaderClassName
{
color: #EF3DD5;
}
.AnyTagClassName
{
color: #EF3DD5;
}
</style>
background-color css
<style>
a { background-color: #EF3DD5; }
a { background-color: rgb(239,61,213); }
div.DivClassName
{
background-color: #EF3DD5;
}
.BgClassName
{
background-color: #EF3DD5;
}
</style>
border-color css
<style>
span { border-color: #EF3DD5; }
span { border-color: rgb(239,61,213); }
td.TdClassName
{
border-color: #EF3DD5;
}
.TagClassName
{
border-color: #EF3DD5;
}
</style>