Shades of Razzle Dazzle Rose #EF43CF
Tints of Razzle Dazzle Rose #EF43CF
RGB
CMYK
RGB Variations
Color information
#EF43CF (or 0xEF43CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 43 and CF. RGB value is (239,67,207). Sum of RGB (Red+Green+Blue) = 239+67+207=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF43CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF43CF is #10BC30. Grayscale: #868686. Windows color (decimal): -1096753 or 13583343. OLE color: 13583343.
HSL color Cylindrical-coordinate representation of color #EF43CF: hue angle of 311.16º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF43CF is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 207 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.06 |
| HSL | 311.16º | 0.84% | 0.6% | - |
| HSV(B) | 311.16º | 0.72% | 0.94% | - |
| XYZ | 48.87 | 26.87 | 61.64 | - |
| YUV | 134.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 207 | 0 | 0.72 | 0.13 | 0.06 | 311.16 | 0.84 | 0.6 |
| Hex | EF | 43 | CF | 0 | 48 | D | 6 | 137 | 54 | 3C |
| Octal | 357 | 103 | 317 | 0 | 110 | 15 | 6 | 467 | 124 | 74 |
| Binary | 11101111 | 1000011 | 11001111 | 0 | 1001000 | 1101 | 110 | 100110111 | 1010100 | 111100 |
Color Harmonies of #EF43CF
Complementary color
Monochromatic Colors of #EF43CF
Black with #EF43CF
Text Example
Text Example
White with #EF43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF43CF; }
p { color: rgb(239,67,207); }
H1.HeaderClassName
{
color: #EF43CF;
}
.AnyTagClassName
{
color: #EF43CF;
}
</style>
background-color css
<style>
a { background-color: #EF43CF; }
a { background-color: rgb(239,67,207); }
div.DivClassName
{
background-color: #EF43CF;
}
.BgClassName
{
background-color: #EF43CF;
}
</style>
border-color css
<style>
span { border-color: #EF43CF; }
span { border-color: rgb(239,67,207); }
td.TdClassName
{
border-color: #EF43CF;
}
.TagClassName
{
border-color: #EF43CF;
}
</style>