Shades of Razzle Dazzle Rose #E13ACB
Tints of Razzle Dazzle Rose #E13ACB
RGB
CMYK
RGB Variations
Color information
#E13ACB (or 0xE13ACB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and CB. RGB value is (225,58,203). Sum of RGB (Red+Green+Blue) = 225+58+203=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ACB is #1EC534. Grayscale: #7C7C7C. Windows color (decimal): -2016565 or 13318881. OLE color: 13318881.
HSL color Cylindrical-coordinate representation of color #E13ACB: hue angle of 307.9º 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 #E13ACB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 203 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.12 |
| HSL | 307.9º | 0.74% | 0.55% | - |
| HSV(B) | 307.9º | 0.74% | 0.88% | - |
| XYZ | 43.34 | 23.35 | 58.72 | - |
| YUV | 124.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 203 | 0 | 0.74 | 0.10 | 0.12 | 307.9 | 0.74 | 0.55 |
| Hex | E1 | 3A | CB | 0 | 4A | A | C | 134 | 4A | 37 |
| Octal | 341 | 72 | 313 | 0 | 112 | 12 | 14 | 464 | 112 | 67 |
| Binary | 11100001 | 111010 | 11001011 | 0 | 1001010 | 1010 | 1100 | 100110100 | 1001010 | 110111 |
Color Harmonies of #E13ACB
Complementary color
Monochromatic Colors of #E13ACB
Black with #E13ACB
Text Example
Text Example
White with #E13ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ACB; }
p { color: rgb(225,58,203); }
H1.HeaderClassName
{
color: #E13ACB;
}
.AnyTagClassName
{
color: #E13ACB;
}
</style>
background-color css
<style>
a { background-color: #E13ACB; }
a { background-color: rgb(225,58,203); }
div.DivClassName
{
background-color: #E13ACB;
}
.BgClassName
{
background-color: #E13ACB;
}
</style>
border-color css
<style>
span { border-color: #E13ACB; }
span { border-color: rgb(225,58,203); }
td.TdClassName
{
border-color: #E13ACB;
}
.TagClassName
{
border-color: #E13ACB;
}
</style>