Shades of Razzle Dazzle Rose #EE27E1
Tints of Razzle Dazzle Rose #EE27E1
RGB
CMYK
RGB Variations
Color information
#EE27E1 (or 0xEE27E1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and E1. RGB value is (238,39,225). Sum of RGB (Red+Green+Blue) = 238+39+225=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27E1 is #11D81E. Grayscale: #777777. Windows color (decimal): -1169439 or 14755822. OLE color: 14755822.
HSL color Cylindrical-coordinate representation of color #EE27E1: hue angle of 303.92º 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 #EE27E1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 225 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.07 |
| HSL | 303.92º | 0.85% | 0.54% | - |
| HSV(B) | 303.92º | 0.84% | 0.93% | - |
| XYZ | 49.58 | 25.06 | 73.46 | - |
| YUV | 119.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 225 | 0 | 0.84 | 0.05 | 0.07 | 303.92 | 0.85 | 0.54 |
| Hex | EE | 27 | E1 | 0 | 54 | 5 | 7 | 130 | 55 | 36 |
| Octal | 356 | 47 | 341 | 0 | 124 | 5 | 7 | 460 | 125 | 66 |
| Binary | 11101110 | 100111 | 11100001 | 0 | 1010100 | 101 | 111 | 100110000 | 1010101 | 110110 |
Color Harmonies of #EE27E1
Complementary color
Monochromatic Colors of #EE27E1
Black with #EE27E1
Text Example
Text Example
White with #EE27E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27E1; }
p { color: rgb(238,39,225); }
H1.HeaderClassName
{
color: #EE27E1;
}
.AnyTagClassName
{
color: #EE27E1;
}
</style>
background-color css
<style>
a { background-color: #EE27E1; }
a { background-color: rgb(238,39,225); }
div.DivClassName
{
background-color: #EE27E1;
}
.BgClassName
{
background-color: #EE27E1;
}
</style>
border-color css
<style>
span { border-color: #EE27E1; }
span { border-color: rgb(238,39,225); }
td.TdClassName
{
border-color: #EE27E1;
}
.TagClassName
{
border-color: #EE27E1;
}
</style>