Shades of Pale Magenta #FF74EE
Tints of Pale Magenta #FF74EE
RGB
CMYK
RGB Variations
Color information
#FF74EE (or 0xFF74EE) is known color: Pale Magenta. HEX triplet: FF, 74 and EE. RGB value is (255,116,238). Sum of RGB (Red+Green+Blue) = 255+116+238=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 116 (45.70% from 255 or 19.05% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74EE is #008B11. Grayscale: #ABABAB. Windows color (decimal): -35602 or 15627519. OLE color: 15627519.
HSL color Cylindrical-coordinate representation of color #FF74EE: hue angle of 307.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74EE is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 238 | - |
| CMYK | 0 | 0.55 | 0.07 | 0 |
| HSL | 307.34º | 1% | 0.73% | - |
| HSV(B) | 307.34º | 0.55% | 1% | - |
| XYZ | 62.92 | 39.92 | 85.28 | - |
| YUV | 171.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 238 | 0 | 0.55 | 0.07 | 0 | 307.34 | 1 | 0.73 |
| Hex | FF | 74 | EE | 0 | 37 | 7 | 0 | 133 | 64 | 49 |
| Octal | 377 | 164 | 356 | 0 | 67 | 7 | 0 | 463 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11101110 | 0 | 110111 | 111 | 0 | 100110011 | 1100100 | 1001001 |
Color Harmonies of #FF74EE
Complementary color
Monochromatic Colors of #FF74EE
Black with #FF74EE
Text Example
Text Example
White with #FF74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74EE; }
p { color: rgb(255,116,238); }
H1.HeaderClassName
{
color: #FF74EE;
}
.AnyTagClassName
{
color: #FF74EE;
}
</style>
background-color css
<style>
a { background-color: #FF74EE; }
a { background-color: rgb(255,116,238); }
div.DivClassName
{
background-color: #FF74EE;
}
.BgClassName
{
background-color: #FF74EE;
}
</style>
border-color css
<style>
span { border-color: #FF74EE; }
span { border-color: rgb(255,116,238); }
td.TdClassName
{
border-color: #FF74EE;
}
.TagClassName
{
border-color: #FF74EE;
}
</style>