Shades of Razzle Dazzle Rose #E13ACF
Tints of Razzle Dazzle Rose #E13ACF
RGB
CMYK
RGB Variations
Color information
#E13ACF (or 0xE13ACF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and CF. RGB value is (225,58,207). Sum of RGB (Red+Green+Blue) = 225+58+207=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ACF is #1EC530. Grayscale: #7C7C7C. Windows color (decimal): -2016561 or 13581025. OLE color: 13581025.
HSL color Cylindrical-coordinate representation of color #E13ACF: hue angle of 306.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13ACF is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 207 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.12 |
| HSL | 306.47º | 0.74% | 0.55% | - |
| HSV(B) | 306.47º | 0.74% | 0.88% | - |
| XYZ | 43.83 | 23.54 | 61.26 | - |
| YUV | 124.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 207 | 0 | 0.74 | 0.08 | 0.12 | 306.47 | 0.74 | 0.55 |
| Hex | E1 | 3A | CF | 0 | 4A | 8 | C | 132 | 4A | 37 |
| Octal | 341 | 72 | 317 | 0 | 112 | 10 | 14 | 462 | 112 | 67 |
| Binary | 11100001 | 111010 | 11001111 | 0 | 1001010 | 1000 | 1100 | 100110010 | 1001010 | 110111 |
Color Harmonies of #E13ACF
Complementary color
Monochromatic Colors of #E13ACF
Black with #E13ACF
Text Example
Text Example
White with #E13ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ACF; }
p { color: rgb(225,58,207); }
H1.HeaderClassName
{
color: #E13ACF;
}
.AnyTagClassName
{
color: #E13ACF;
}
</style>
background-color css
<style>
a { background-color: #E13ACF; }
a { background-color: rgb(225,58,207); }
div.DivClassName
{
background-color: #E13ACF;
}
.BgClassName
{
background-color: #E13ACF;
}
</style>
border-color css
<style>
span { border-color: #E13ACF; }
span { border-color: rgb(225,58,207); }
td.TdClassName
{
border-color: #E13ACF;
}
.TagClassName
{
border-color: #E13ACF;
}
</style>