Shades of Razzle Dazzle Rose #EF44C8
Tints of Razzle Dazzle Rose #EF44C8
RGB
CMYK
RGB Variations
Color information
#EF44C8 (or 0xEF44C8) is known color: Razzle Dazzle Rose. HEX triplet: EF, 44 and C8. RGB value is (239,68,200). Sum of RGB (Red+Green+Blue) = 239+68+200=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF44C8 is #10BB37. Grayscale: #858585. Windows color (decimal): -1096504 or 13124847. OLE color: 13124847.
HSL color Cylindrical-coordinate representation of color #EF44C8: hue angle of 313.68º 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 #EF44C8 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 200 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.06 |
| HSL | 313.68º | 0.84% | 0.6% | - |
| HSV(B) | 313.68º | 0.72% | 0.94% | - |
| XYZ | 48.09 | 26.66 | 57.25 | - |
| YUV | 134.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 200 | 0 | 0.72 | 0.16 | 0.06 | 313.68 | 0.84 | 0.6 |
| Hex | EF | 44 | C8 | 0 | 48 | 10 | 6 | 13A | 54 | 3C |
| Octal | 357 | 104 | 310 | 0 | 110 | 20 | 6 | 472 | 124 | 74 |
| Binary | 11101111 | 1000100 | 11001000 | 0 | 1001000 | 10000 | 110 | 100111010 | 1010100 | 111100 |
Color Harmonies of #EF44C8
Complementary color
Monochromatic Colors of #EF44C8
Black with #EF44C8
Text Example
Text Example
White with #EF44C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF44C8; }
p { color: rgb(239,68,200); }
H1.HeaderClassName
{
color: #EF44C8;
}
.AnyTagClassName
{
color: #EF44C8;
}
</style>
background-color css
<style>
a { background-color: #EF44C8; }
a { background-color: rgb(239,68,200); }
div.DivClassName
{
background-color: #EF44C8;
}
.BgClassName
{
background-color: #EF44C8;
}
</style>
border-color css
<style>
span { border-color: #EF44C8; }
span { border-color: rgb(239,68,200); }
td.TdClassName
{
border-color: #EF44C8;
}
.TagClassName
{
border-color: #EF44C8;
}
</style>