Shades of Razzle Dazzle Rose #E13CCB
Tints of Razzle Dazzle Rose #E13CCB
RGB
CMYK
RGB Variations
Color information
#E13CCB (or 0xE13CCB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and CB. RGB value is (225,60,203). Sum of RGB (Red+Green+Blue) = 225+60+203=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CCB is #1EC334. Grayscale: #7D7D7D. Windows color (decimal): -2016053 or 13319393. OLE color: 13319393.
HSL color Cylindrical-coordinate representation of color #E13CCB: hue angle of 308º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CCB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 203 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.12 |
| HSL | 308º | 0.73% | 0.56% | - |
| HSV(B) | 308º | 0.73% | 0.88% | - |
| XYZ | 43.45 | 23.55 | 58.76 | - |
| YUV | 125.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 203 | 0 | 0.73 | 0.10 | 0.12 | 308 | 0.73 | 0.56 |
| Hex | E1 | 3C | CB | 0 | 49 | A | C | 134 | 49 | 38 |
| Octal | 341 | 74 | 313 | 0 | 111 | 12 | 14 | 464 | 111 | 70 |
| Binary | 11100001 | 111100 | 11001011 | 0 | 1001001 | 1010 | 1100 | 100110100 | 1001001 | 111000 |
Color Harmonies of #E13CCB
Complementary color
Monochromatic Colors of #E13CCB
Black with #E13CCB
Text Example
Text Example
White with #E13CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13CCB; }
p { color: rgb(225,60,203); }
H1.HeaderClassName
{
color: #E13CCB;
}
.AnyTagClassName
{
color: #E13CCB;
}
</style>
background-color css
<style>
a { background-color: #E13CCB; }
a { background-color: rgb(225,60,203); }
div.DivClassName
{
background-color: #E13CCB;
}
.BgClassName
{
background-color: #E13CCB;
}
</style>
border-color css
<style>
span { border-color: #E13CCB; }
span { border-color: rgb(225,60,203); }
td.TdClassName
{
border-color: #E13CCB;
}
.TagClassName
{
border-color: #E13CCB;
}
</style>