Shades of Razzle Dazzle Rose #EE4DBB
Tints of Razzle Dazzle Rose #EE4DBB
RGB
CMYK
RGB Variations
Color information
#EE4DBB (or 0xEE4DBB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4D and BB. RGB value is (238,77,187). Sum of RGB (Red+Green+Blue) = 238+77+187=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DBB is #11B244. Grayscale: #898989. Windows color (decimal): -1159749 or 12275182. OLE color: 12275182.
HSL color Cylindrical-coordinate representation of color #EE4DBB: hue angle of 319.01º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DBB is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 187 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.07 |
| HSL | 319.01º | 0.83% | 0.62% | - |
| HSV(B) | 319.01º | 0.68% | 0.93% | - |
| XYZ | 46.88 | 27.07 | 49.77 | - |
| YUV | 137.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 187 | 0 | 0.68 | 0.21 | 0.07 | 319.01 | 0.83 | 0.62 |
| Hex | EE | 4D | BB | 0 | 44 | 15 | 7 | 13F | 53 | 3E |
| Octal | 356 | 115 | 273 | 0 | 104 | 25 | 7 | 477 | 123 | 76 |
| Binary | 11101110 | 1001101 | 10111011 | 0 | 1000100 | 10101 | 111 | 100111111 | 1010011 | 111110 |
Color Harmonies of #EE4DBB
Complementary color
Monochromatic Colors of #EE4DBB
Black with #EE4DBB
Text Example
Text Example
White with #EE4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4DBB; }
p { color: rgb(238,77,187); }
H1.HeaderClassName
{
color: #EE4DBB;
}
.AnyTagClassName
{
color: #EE4DBB;
}
</style>
background-color css
<style>
a { background-color: #EE4DBB; }
a { background-color: rgb(238,77,187); }
div.DivClassName
{
background-color: #EE4DBB;
}
.BgClassName
{
background-color: #EE4DBB;
}
</style>
border-color css
<style>
span { border-color: #EE4DBB; }
span { border-color: rgb(238,77,187); }
td.TdClassName
{
border-color: #EE4DBB;
}
.TagClassName
{
border-color: #EE4DBB;
}
</style>