Shades of Razzle Dazzle Rose #E143B2
Tints of Razzle Dazzle Rose #E143B2
RGB
CMYK
RGB Variations
Color information
#E143B2 (or 0xE143B2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 43 and B2. RGB value is (225,67,178). Sum of RGB (Red+Green+Blue) = 225+67+178=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E143B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143B2 is #1EBC4D. Grayscale: #7E7E7E. Windows color (decimal): -2014286 or 11682785. OLE color: 11682785.
HSL color Cylindrical-coordinate representation of color #E143B2: hue angle of 317.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143B2 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 178 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.12 |
| HSL | 317.85º | 0.72% | 0.57% | - |
| HSV(B) | 317.85º | 0.7% | 0.88% | - |
| XYZ | 41.09 | 23.24 | 44.44 | - |
| YUV | 126.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 178 | 0 | 0.70 | 0.21 | 0.12 | 317.85 | 0.72 | 0.57 |
| Hex | E1 | 43 | B2 | 0 | 46 | 15 | C | 13E | 48 | 39 |
| Octal | 341 | 103 | 262 | 0 | 106 | 25 | 14 | 476 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10110010 | 0 | 1000110 | 10101 | 1100 | 100111110 | 1001000 | 111001 |
Color Harmonies of #E143B2
Complementary color
Monochromatic Colors of #E143B2
Black with #E143B2
Text Example
Text Example
White with #E143B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143B2; }
p { color: rgb(225,67,178); }
H1.HeaderClassName
{
color: #E143B2;
}
.AnyTagClassName
{
color: #E143B2;
}
</style>
background-color css
<style>
a { background-color: #E143B2; }
a { background-color: rgb(225,67,178); }
div.DivClassName
{
background-color: #E143B2;
}
.BgClassName
{
background-color: #E143B2;
}
</style>
border-color css
<style>
span { border-color: #E143B2; }
span { border-color: rgb(225,67,178); }
td.TdClassName
{
border-color: #E143B2;
}
.TagClassName
{
border-color: #E143B2;
}
</style>