Shades of Razzle Dazzle Rose #EE1EE5
Tints of Razzle Dazzle Rose #EE1EE5
RGB
CMYK
RGB Variations
Color information
#EE1EE5 (or 0xEE1EE5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and E5. RGB value is (238,30,229). Sum of RGB (Red+Green+Blue) = 238+30+229=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 30 (12.11% from 255 or 6.04% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EE5 is #11E11A. Grayscale: #727272. Windows color (decimal): -1171739 or 15015662. OLE color: 15015662.
HSL color Cylindrical-coordinate representation of color #EE1EE5: hue angle of 302.6º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EE5 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 30 | 229 | - |
CMYK | 0 | 0.87 | 0.04 | 0.07 |
HSL | 302.6º | 0.86% | 0.53% | - |
HSV(B) | 302.6º | 0.87% | 0.93% | - |
XYZ | 49.87 | 24.76 | 76.28 | - |
YUV | 114.88 | 192.41 | 215.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 30 | 229 | 0 | 0.87 | 0.04 | 0.07 | 302.6 | 0.86 | 0.53 |
Hex | EE | 1E | E5 | 0 | 57 | 4 | 7 | 12F | 56 | 35 |
Octal | 356 | 36 | 345 | 0 | 127 | 4 | 7 | 457 | 126 | 65 |
Binary | 11101110 | 11110 | 11100101 | 0 | 1010111 | 100 | 111 | 100101111 | 1010110 | 110101 |
Color Harmonies of #EE1EE5
Complementary color
Monochromatic Colors of #EE1EE5
Black with #EE1EE5
Text Example
Text Example
White with #EE1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EE5; }
p { color: rgb(238,30,229); }
H1.HeaderClassName
{
color: #EE1EE5;
}
.AnyTagClassName
{
color: #EE1EE5;
}
</style>
background-color css
<style>
a { background-color: #EE1EE5; }
a { background-color: rgb(238,30,229); }
div.DivClassName
{
background-color: #EE1EE5;
}
.BgClassName
{
background-color: #EE1EE5;
}
</style>
border-color css
<style>
span { border-color: #EE1EE5; }
span { border-color: rgb(238,30,229); }
td.TdClassName
{
border-color: #EE1EE5;
}
.TagClassName
{
border-color: #EE1EE5;
}
</style>