Shades of Razzle Dazzle Rose #EE4BBA
Tints of Razzle Dazzle Rose #EE4BBA
RGB
CMYK
RGB Variations
Color information
#EE4BBA (or 0xEE4BBA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4B and BA. RGB value is (238,75,186). Sum of RGB (Red+Green+Blue) = 238+75+186=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BBA is #11B445. Grayscale: #888888. Windows color (decimal): -1160262 or 12209134. OLE color: 12209134.
HSL color Cylindrical-coordinate representation of color #EE4BBA: hue angle of 319.14º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4BBA is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 186 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.07 |
| HSL | 319.14º | 0.83% | 0.61% | - |
| HSV(B) | 319.14º | 0.68% | 0.93% | - |
| XYZ | 46.64 | 26.75 | 49.16 | - |
| YUV | 136.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 186 | 0 | 0.68 | 0.22 | 0.07 | 319.14 | 0.83 | 0.61 |
| Hex | EE | 4B | BA | 0 | 44 | 16 | 7 | 13F | 53 | 3D |
| Octal | 356 | 113 | 272 | 0 | 104 | 26 | 7 | 477 | 123 | 75 |
| Binary | 11101110 | 1001011 | 10111010 | 0 | 1000100 | 10110 | 111 | 100111111 | 1010011 | 111101 |
Color Harmonies of #EE4BBA
Complementary color
Monochromatic Colors of #EE4BBA
Black with #EE4BBA
Text Example
Text Example
White with #EE4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BBA; }
p { color: rgb(238,75,186); }
H1.HeaderClassName
{
color: #EE4BBA;
}
.AnyTagClassName
{
color: #EE4BBA;
}
</style>
background-color css
<style>
a { background-color: #EE4BBA; }
a { background-color: rgb(238,75,186); }
div.DivClassName
{
background-color: #EE4BBA;
}
.BgClassName
{
background-color: #EE4BBA;
}
</style>
border-color css
<style>
span { border-color: #EE4BBA; }
span { border-color: rgb(238,75,186); }
td.TdClassName
{
border-color: #EE4BBA;
}
.TagClassName
{
border-color: #EE4BBA;
}
</style>