Shades of Razzle Dazzle Rose #EF3ECF
Tints of Razzle Dazzle Rose #EF3ECF
RGB
CMYK
RGB Variations
Color information
#EF3ECF (or 0xEF3ECF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and CF. RGB value is (239,62,207). Sum of RGB (Red+Green+Blue) = 239+62+207=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ECF is #10C130. Grayscale: #838383. Windows color (decimal): -1098033 or 13582063. OLE color: 13582063.
HSL color Cylindrical-coordinate representation of color #EF3ECF: hue angle of 310.85º 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 #EF3ECF is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 62 | 207 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.06 |
| HSL | 310.85º | 0.85% | 0.59% | - |
| HSV(B) | 310.85º | 0.74% | 0.94% | - |
| XYZ | 48.58 | 26.3 | 61.55 | - |
| YUV | 131.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 62 | 207 | 0 | 0.74 | 0.13 | 0.06 | 310.85 | 0.85 | 0.59 |
| Hex | EF | 3E | CF | 0 | 4A | D | 6 | 137 | 55 | 3B |
| Octal | 357 | 76 | 317 | 0 | 112 | 15 | 6 | 467 | 125 | 73 |
| Binary | 11101111 | 111110 | 11001111 | 0 | 1001010 | 1101 | 110 | 100110111 | 1010101 | 111011 |
Color Harmonies of #EF3ECF
Complementary color
Monochromatic Colors of #EF3ECF
Black with #EF3ECF
Text Example
Text Example
White with #EF3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ECF; }
p { color: rgb(239,62,207); }
H1.HeaderClassName
{
color: #EF3ECF;
}
.AnyTagClassName
{
color: #EF3ECF;
}
</style>
background-color css
<style>
a { background-color: #EF3ECF; }
a { background-color: rgb(239,62,207); }
div.DivClassName
{
background-color: #EF3ECF;
}
.BgClassName
{
background-color: #EF3ECF;
}
</style>
border-color css
<style>
span { border-color: #EF3ECF; }
span { border-color: rgb(239,62,207); }
td.TdClassName
{
border-color: #EF3ECF;
}
.TagClassName
{
border-color: #EF3ECF;
}
</style>