Shades of Razzle Dazzle Rose #EE31CA
Tints of Razzle Dazzle Rose #EE31CA
RGB
CMYK
RGB Variations
Color information
#EE31CA (or 0xEE31CA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and CA. RGB value is (238,49,202). Sum of RGB (Red+Green+Blue) = 238+49+202=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31CA is #11CE35. Grayscale: #7A7A7A. Windows color (decimal): -1166902 or 13251054. OLE color: 13251054.
HSL color Cylindrical-coordinate representation of color #EE31CA: hue angle of 311.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31CA is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 202 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.07 |
| HSL | 311.43º | 0.85% | 0.56% | - |
| HSV(B) | 311.43º | 0.79% | 0.93% | - |
| XYZ | 47.02 | 24.64 | 58.15 | - |
| YUV | 122.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 202 | 0 | 0.79 | 0.15 | 0.07 | 311.43 | 0.85 | 0.56 |
| Hex | EE | 31 | CA | 0 | 4F | F | 7 | 137 | 55 | 38 |
| Octal | 356 | 61 | 312 | 0 | 117 | 17 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 110001 | 11001010 | 0 | 1001111 | 1111 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE31CA
Complementary color
Monochromatic Colors of #EE31CA
Black with #EE31CA
Text Example
Text Example
White with #EE31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31CA; }
p { color: rgb(238,49,202); }
H1.HeaderClassName
{
color: #EE31CA;
}
.AnyTagClassName
{
color: #EE31CA;
}
</style>
background-color css
<style>
a { background-color: #EE31CA; }
a { background-color: rgb(238,49,202); }
div.DivClassName
{
background-color: #EE31CA;
}
.BgClassName
{
background-color: #EE31CA;
}
</style>
border-color css
<style>
span { border-color: #EE31CA; }
span { border-color: rgb(238,49,202); }
td.TdClassName
{
border-color: #EE31CA;
}
.TagClassName
{
border-color: #EE31CA;
}
</style>