Shades of Razzle Dazzle Rose #E235CF
Tints of Razzle Dazzle Rose #E235CF
RGB
CMYK
RGB Variations
Color information
#E235CF (or 0xE235CF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and CF. RGB value is (226,53,207). Sum of RGB (Red+Green+Blue) = 226+53+207=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E235CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235CF is #1DCA30. Grayscale: #797979. Windows color (decimal): -1952305 or 13579746. OLE color: 13579746.
HSL color Cylindrical-coordinate representation of color #E235CF: hue angle of 306.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E235CF is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 207 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.11 |
| HSL | 306.59º | 0.75% | 0.55% | - |
| HSV(B) | 306.59º | 0.77% | 0.89% | - |
| XYZ | 43.9 | 23.22 | 61.2 | - |
| YUV | 122.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 207 | 0 | 0.77 | 0.08 | 0.11 | 306.59 | 0.75 | 0.55 |
| Hex | E2 | 35 | CF | 0 | 4D | 8 | B | 133 | 4B | 37 |
| Octal | 342 | 65 | 317 | 0 | 115 | 10 | 13 | 463 | 113 | 67 |
| Binary | 11100010 | 110101 | 11001111 | 0 | 1001101 | 1000 | 1011 | 100110011 | 1001011 | 110111 |
Color Harmonies of #E235CF
Complementary color
Monochromatic Colors of #E235CF
Black with #E235CF
Text Example
Text Example
White with #E235CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235CF; }
p { color: rgb(226,53,207); }
H1.HeaderClassName
{
color: #E235CF;
}
.AnyTagClassName
{
color: #E235CF;
}
</style>
background-color css
<style>
a { background-color: #E235CF; }
a { background-color: rgb(226,53,207); }
div.DivClassName
{
background-color: #E235CF;
}
.BgClassName
{
background-color: #E235CF;
}
</style>
border-color css
<style>
span { border-color: #E235CF; }
span { border-color: rgb(226,53,207); }
td.TdClassName
{
border-color: #E235CF;
}
.TagClassName
{
border-color: #E235CF;
}
</style>