Shades of Razzle Dazzle Rose #EF3DDB
Tints of Razzle Dazzle Rose #EF3DDB
RGB
CMYK
RGB Variations
Color information
#EF3DDB (or 0xEF3DDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and DB. RGB value is (239,61,219). Sum of RGB (Red+Green+Blue) = 239+61+219=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DDB is #10C224. Grayscale: #838383. Windows color (decimal): -1098277 or 14368239. OLE color: 14368239.
HSL color Cylindrical-coordinate representation of color #EF3DDB: hue angle of 306.74º 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 #EF3DDB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 219 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.06 |
| HSL | 306.74º | 0.85% | 0.59% | - |
| HSV(B) | 306.74º | 0.74% | 0.94% | - |
| XYZ | 50.05 | 26.8 | 69.55 | - |
| YUV | 132.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 219 | 0 | 0.74 | 0.08 | 0.06 | 306.74 | 0.85 | 0.59 |
| Hex | EF | 3D | DB | 0 | 4A | 8 | 6 | 133 | 55 | 3B |
| Octal | 357 | 75 | 333 | 0 | 112 | 10 | 6 | 463 | 125 | 73 |
| Binary | 11101111 | 111101 | 11011011 | 0 | 1001010 | 1000 | 110 | 100110011 | 1010101 | 111011 |
Color Harmonies of #EF3DDB
Complementary color
Monochromatic Colors of #EF3DDB
Black with #EF3DDB
Text Example
Text Example
White with #EF3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DDB; }
p { color: rgb(239,61,219); }
H1.HeaderClassName
{
color: #EF3DDB;
}
.AnyTagClassName
{
color: #EF3DDB;
}
</style>
background-color css
<style>
a { background-color: #EF3DDB; }
a { background-color: rgb(239,61,219); }
div.DivClassName
{
background-color: #EF3DDB;
}
.BgClassName
{
background-color: #EF3DDB;
}
</style>
border-color css
<style>
span { border-color: #EF3DDB; }
span { border-color: rgb(239,61,219); }
td.TdClassName
{
border-color: #EF3DDB;
}
.TagClassName
{
border-color: #EF3DDB;
}
</style>