Shades of Pale Magenta #EE75DC
Tints of Pale Magenta #EE75DC
RGB
CMYK
RGB Variations
Color information
#EE75DC (or 0xEE75DC) is known color: Pale Magenta. HEX triplet: EE, 75 and DC. RGB value is (238,117,220). Sum of RGB (Red+Green+Blue) = 238+117+220=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75DC is #118A23. Grayscale: #A4A4A4. Windows color (decimal): -1149476 or 14448110. OLE color: 14448110.
HSL color Cylindrical-coordinate representation of color #EE75DC: hue angle of 308.93º 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 #EE75DC is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 117 | 220 | - |
CMYK | 0 | 0.51 | 0.08 | 0.07 |
HSL | 308.93º | 0.78% | 0.7% | - |
HSV(B) | 308.93º | 0.51% | 0.93% | - |
XYZ | 54.54 | 36.07 | 71.8 | - |
YUV | 164.92 | 159.09 | 180.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 117 | 220 | 0 | 0.51 | 0.08 | 0.07 | 308.93 | 0.78 | 0.7 |
Hex | EE | 75 | DC | 0 | 33 | 8 | 7 | 135 | 4E | 46 |
Octal | 356 | 165 | 334 | 0 | 63 | 10 | 7 | 465 | 116 | 106 |
Binary | 11101110 | 1110101 | 11011100 | 0 | 110011 | 1000 | 111 | 100110101 | 1001110 | 1000110 |
Color Harmonies of #EE75DC
Complementary color
Monochromatic Colors of #EE75DC
Black with #EE75DC
Text Example
Text Example
White with #EE75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75DC; }
p { color: rgb(238,117,220); }
H1.HeaderClassName
{
color: #EE75DC;
}
.AnyTagClassName
{
color: #EE75DC;
}
</style>
background-color css
<style>
a { background-color: #EE75DC; }
a { background-color: rgb(238,117,220); }
div.DivClassName
{
background-color: #EE75DC;
}
.BgClassName
{
background-color: #EE75DC;
}
</style>
border-color css
<style>
span { border-color: #EE75DC; }
span { border-color: rgb(238,117,220); }
td.TdClassName
{
border-color: #EE75DC;
}
.TagClassName
{
border-color: #EE75DC;
}
</style>