Shades of Razzle Dazzle Rose #EE3CBA
Tints of Razzle Dazzle Rose #EE3CBA
RGB
CMYK
RGB Variations
Color information
#EE3CBA (or 0xEE3CBA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and BA. RGB value is (238,60,186). Sum of RGB (Red+Green+Blue) = 238+60+186=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CBA is #11C345. Grayscale: #7F7F7F. Windows color (decimal): -1164102 or 12205294. OLE color: 12205294.
HSL color Cylindrical-coordinate representation of color #EE3CBA: hue angle of 317.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3CBA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 186 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.07 |
| HSL | 317.53º | 0.84% | 0.58% | - |
| HSV(B) | 317.53º | 0.75% | 0.93% | - |
| XYZ | 45.74 | 24.95 | 48.86 | - |
| YUV | 127.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 186 | 0 | 0.75 | 0.22 | 0.07 | 317.53 | 0.84 | 0.58 |
| Hex | EE | 3C | BA | 0 | 4B | 16 | 7 | 13E | 54 | 3A |
| Octal | 356 | 74 | 272 | 0 | 113 | 26 | 7 | 476 | 124 | 72 |
| Binary | 11101110 | 111100 | 10111010 | 0 | 1001011 | 10110 | 111 | 100111110 | 1010100 | 111010 |
Color Harmonies of #EE3CBA
Complementary color
Monochromatic Colors of #EE3CBA
Black with #EE3CBA
Text Example
Text Example
White with #EE3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CBA; }
p { color: rgb(238,60,186); }
H1.HeaderClassName
{
color: #EE3CBA;
}
.AnyTagClassName
{
color: #EE3CBA;
}
</style>
background-color css
<style>
a { background-color: #EE3CBA; }
a { background-color: rgb(238,60,186); }
div.DivClassName
{
background-color: #EE3CBA;
}
.BgClassName
{
background-color: #EE3CBA;
}
</style>
border-color css
<style>
span { border-color: #EE3CBA; }
span { border-color: rgb(238,60,186); }
td.TdClassName
{
border-color: #EE3CBA;
}
.TagClassName
{
border-color: #EE3CBA;
}
</style>