Shades of Razzle Dazzle Rose #EE27CA
Tints of Razzle Dazzle Rose #EE27CA
RGB
CMYK
RGB Variations
Color information
#EE27CA (or 0xEE27CA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and CA. RGB value is (238,39,202). Sum of RGB (Red+Green+Blue) = 238+39+202=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27CA is #11D835. Grayscale: #747474. Windows color (decimal): -1169462 or 13248494. OLE color: 13248494.
HSL color Cylindrical-coordinate representation of color #EE27CA: hue angle of 310.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27CA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 202 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.07 |
| HSL | 310.85º | 0.85% | 0.54% | - |
| HSV(B) | 310.85º | 0.84% | 0.93% | - |
| XYZ | 46.65 | 23.89 | 58.03 | - |
| YUV | 117.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 202 | 0 | 0.84 | 0.15 | 0.07 | 310.85 | 0.85 | 0.54 |
| Hex | EE | 27 | CA | 0 | 54 | F | 7 | 137 | 55 | 36 |
| Octal | 356 | 47 | 312 | 0 | 124 | 17 | 7 | 467 | 125 | 66 |
| Binary | 11101110 | 100111 | 11001010 | 0 | 1010100 | 1111 | 111 | 100110111 | 1010101 | 110110 |
Color Harmonies of #EE27CA
Complementary color
Monochromatic Colors of #EE27CA
Black with #EE27CA
Text Example
Text Example
White with #EE27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27CA; }
p { color: rgb(238,39,202); }
H1.HeaderClassName
{
color: #EE27CA;
}
.AnyTagClassName
{
color: #EE27CA;
}
</style>
background-color css
<style>
a { background-color: #EE27CA; }
a { background-color: rgb(238,39,202); }
div.DivClassName
{
background-color: #EE27CA;
}
.BgClassName
{
background-color: #EE27CA;
}
</style>
border-color css
<style>
span { border-color: #EE27CA; }
span { border-color: rgb(238,39,202); }
td.TdClassName
{
border-color: #EE27CA;
}
.TagClassName
{
border-color: #EE27CA;
}
</style>