Shades of Razzle Dazzle Rose #E23FBB
Tints of Razzle Dazzle Rose #E23FBB
RGB
CMYK
RGB Variations
Color information
#E23FBB (or 0xE23FBB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 3F and BB. RGB value is (226,63,187). Sum of RGB (Red+Green+Blue) = 226+63+187=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23FBB is #1DC044. Grayscale: #7D7D7D. Windows color (decimal): -1949765 or 12271586. OLE color: 12271586.
HSL color Cylindrical-coordinate representation of color #E23FBB: hue angle of 314.36º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FBB is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 187 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.11 |
| HSL | 314.36º | 0.74% | 0.57% | - |
| HSV(B) | 314.36º | 0.72% | 0.89% | - |
| XYZ | 42.11 | 23.31 | 49.29 | - |
| YUV | 125.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 187 | 0 | 0.72 | 0.17 | 0.11 | 314.36 | 0.74 | 0.57 |
| Hex | E2 | 3F | BB | 0 | 48 | 11 | B | 13A | 4A | 39 |
| Octal | 342 | 77 | 273 | 0 | 110 | 21 | 13 | 472 | 112 | 71 |
| Binary | 11100010 | 111111 | 10111011 | 0 | 1001000 | 10001 | 1011 | 100111010 | 1001010 | 111001 |
Color Harmonies of #E23FBB
Complementary color
Monochromatic Colors of #E23FBB
Black with #E23FBB
Text Example
Text Example
White with #E23FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FBB; }
p { color: rgb(226,63,187); }
H1.HeaderClassName
{
color: #E23FBB;
}
.AnyTagClassName
{
color: #E23FBB;
}
</style>
background-color css
<style>
a { background-color: #E23FBB; }
a { background-color: rgb(226,63,187); }
div.DivClassName
{
background-color: #E23FBB;
}
.BgClassName
{
background-color: #E23FBB;
}
</style>
border-color css
<style>
span { border-color: #E23FBB; }
span { border-color: rgb(226,63,187); }
td.TdClassName
{
border-color: #E23FBB;
}
.TagClassName
{
border-color: #E23FBB;
}
</style>