Shades of Razzle Dazzle Rose #EB2FC6
Tints of Razzle Dazzle Rose #EB2FC6
RGB
CMYK
RGB Variations
Color information
#EB2FC6 (or 0xEB2FC6) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2F and C6. RGB value is (235,47,198). Sum of RGB (Red+Green+Blue) = 235+47+198=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2FC6 is #14D039. Grayscale: #787878. Windows color (decimal): -1364026 or 12988395. OLE color: 12988395.
HSL color Cylindrical-coordinate representation of color #EB2FC6: hue angle of 311.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2FC6 is Cyan = 0, Magento = 0.8, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 47 | 198 | - |
CMYK | 0 | 0.8 | 0.16 | 0.08 |
HSL | 311.81º | 0.82% | 0.55% | - |
HSV(B) | 311.81º | 0.8% | 0.92% | - |
XYZ | 45.47 | 23.77 | 55.62 | - |
YUV | 120.43 | 171.78 | 209.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 47 | 198 | 0 | 0.8 | 0.16 | 0.08 | 311.81 | 0.82 | 0.55 |
Hex | EB | 2F | C6 | 0 | 50 | 10 | 8 | 138 | 52 | 37 |
Octal | 353 | 57 | 306 | 0 | 120 | 20 | 10 | 470 | 122 | 67 |
Binary | 11101011 | 101111 | 11000110 | 0 | 1010000 | 10000 | 1000 | 100111000 | 1010010 | 110111 |
Color Harmonies of #EB2FC6
Complementary color
Monochromatic Colors of #EB2FC6
Black with #EB2FC6
Text Example
Text Example
White with #EB2FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2FC6; }
p { color: rgb(235,47,198); }
H1.HeaderClassName
{
color: #EB2FC6;
}
.AnyTagClassName
{
color: #EB2FC6;
}
</style>
background-color css
<style>
a { background-color: #EB2FC6; }
a { background-color: rgb(235,47,198); }
div.DivClassName
{
background-color: #EB2FC6;
}
.BgClassName
{
background-color: #EB2FC6;
}
</style>
border-color css
<style>
span { border-color: #EB2FC6; }
span { border-color: rgb(235,47,198); }
td.TdClassName
{
border-color: #EB2FC6;
}
.TagClassName
{
border-color: #EB2FC6;
}
</style>