Shades of Pale Magenta #EE75DD
Tints of Pale Magenta #EE75DD
RGB
CMYK
RGB Variations
Color information
#EE75DD (or 0xEE75DD) is known color: Pale Magenta. HEX triplet: EE, 75 and DD. RGB value is (238,117,221). Sum of RGB (Red+Green+Blue) = 238+117+221=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75DD is #118A22. Grayscale: #A4A4A4. Windows color (decimal): -1149475 or 14513646. OLE color: 14513646.
HSL color Cylindrical-coordinate representation of color #EE75DD: hue angle of 308.43º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75DD is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 117 | 221 | - |
CMYK | 0 | 0.51 | 0.07 | 0.07 |
HSL | 308.43º | 0.78% | 0.7% | - |
HSV(B) | 308.43º | 0.51% | 0.93% | - |
XYZ | 54.67 | 36.12 | 72.5 | - |
YUV | 165.04 | 159.59 | 180.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 117 | 221 | 0 | 0.51 | 0.07 | 0.07 | 308.43 | 0.78 | 0.7 |
Hex | EE | 75 | DD | 0 | 33 | 7 | 7 | 134 | 4E | 46 |
Octal | 356 | 165 | 335 | 0 | 63 | 7 | 7 | 464 | 116 | 106 |
Binary | 11101110 | 1110101 | 11011101 | 0 | 110011 | 111 | 111 | 100110100 | 1001110 | 1000110 |
Color Harmonies of #EE75DD
Complementary color
Monochromatic Colors of #EE75DD
Black with #EE75DD
Text Example
Text Example
White with #EE75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75DD; }
p { color: rgb(238,117,221); }
H1.HeaderClassName
{
color: #EE75DD;
}
.AnyTagClassName
{
color: #EE75DD;
}
</style>
background-color css
<style>
a { background-color: #EE75DD; }
a { background-color: rgb(238,117,221); }
div.DivClassName
{
background-color: #EE75DD;
}
.BgClassName
{
background-color: #EE75DD;
}
</style>
border-color css
<style>
span { border-color: #EE75DD; }
span { border-color: rgb(238,117,221); }
td.TdClassName
{
border-color: #EE75DD;
}
.TagClassName
{
border-color: #EE75DD;
}
</style>