Shades of Razzle Dazzle Rose #EF4DC3
Tints of Razzle Dazzle Rose #EF4DC3
RGB
CMYK
RGB Variations
Color information
#EF4DC3 (or 0xEF4DC3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4D and C3. RGB value is (239,77,195). Sum of RGB (Red+Green+Blue) = 239+77+195=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4DC3 is #10B23C. Grayscale: #8A8A8A. Windows color (decimal): -1094205 or 12799471. OLE color: 12799471.
HSL color Cylindrical-coordinate representation of color #EF4DC3: hue angle of 316.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4DC3 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 195 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.06 |
| HSL | 316.3º | 0.84% | 0.62% | - |
| HSV(B) | 316.3º | 0.68% | 0.94% | - |
| XYZ | 48.1 | 27.6 | 54.42 | - |
| YUV | 138.89 | 159.67 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 195 | 0 | 0.68 | 0.18 | 0.06 | 316.3 | 0.84 | 0.62 |
| Hex | EF | 4D | C3 | 0 | 44 | 12 | 6 | 13C | 54 | 3E |
| Octal | 357 | 115 | 303 | 0 | 104 | 22 | 6 | 474 | 124 | 76 |
| Binary | 11101111 | 1001101 | 11000011 | 0 | 1000100 | 10010 | 110 | 100111100 | 1010100 | 111110 |
Color Harmonies of #EF4DC3
Complementary color
Monochromatic Colors of #EF4DC3
Black with #EF4DC3
Text Example
Text Example
White with #EF4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4DC3; }
p { color: rgb(239,77,195); }
H1.HeaderClassName
{
color: #EF4DC3;
}
.AnyTagClassName
{
color: #EF4DC3;
}
</style>
background-color css
<style>
a { background-color: #EF4DC3; }
a { background-color: rgb(239,77,195); }
div.DivClassName
{
background-color: #EF4DC3;
}
.BgClassName
{
background-color: #EF4DC3;
}
</style>
border-color css
<style>
span { border-color: #EF4DC3; }
span { border-color: rgb(239,77,195); }
td.TdClassName
{
border-color: #EF4DC3;
}
.TagClassName
{
border-color: #EF4DC3;
}
</style>