Shades of Razzle Dazzle Rose #E735CB
Tints of Razzle Dazzle Rose #E735CB
RGB
CMYK
RGB Variations
Color information
#E735CB (or 0xE735CB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 35 and CB. RGB value is (231,53,203). Sum of RGB (Red+Green+Blue) = 231+53+203=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E735CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E735CB is #18CA34. Grayscale: #7A7A7A. Windows color (decimal): -1624629 or 13317607. OLE color: 13317607.
HSL color Cylindrical-coordinate representation of color #E735CB: hue angle of 309.44º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E735CB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 203 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.09 |
| HSL | 309.44º | 0.79% | 0.56% | - |
| HSV(B) | 309.44º | 0.77% | 0.91% | - |
| XYZ | 45.01 | 23.85 | 58.73 | - |
| YUV | 123.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 203 | 0 | 0.77 | 0.12 | 0.09 | 309.44 | 0.79 | 0.56 |
| Hex | E7 | 35 | CB | 0 | 4D | C | 9 | 135 | 4F | 38 |
| Octal | 347 | 65 | 313 | 0 | 115 | 14 | 11 | 465 | 117 | 70 |
| Binary | 11100111 | 110101 | 11001011 | 0 | 1001101 | 1100 | 1001 | 100110101 | 1001111 | 111000 |
Color Harmonies of #E735CB
Complementary color
Monochromatic Colors of #E735CB
Black with #E735CB
Text Example
Text Example
White with #E735CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E735CB; }
p { color: rgb(231,53,203); }
H1.HeaderClassName
{
color: #E735CB;
}
.AnyTagClassName
{
color: #E735CB;
}
</style>
background-color css
<style>
a { background-color: #E735CB; }
a { background-color: rgb(231,53,203); }
div.DivClassName
{
background-color: #E735CB;
}
.BgClassName
{
background-color: #E735CB;
}
</style>
border-color css
<style>
span { border-color: #E735CB; }
span { border-color: rgb(231,53,203); }
td.TdClassName
{
border-color: #E735CB;
}
.TagClassName
{
border-color: #E735CB;
}
</style>