Shades of Pale Magenta #FF74E4
Tints of Pale Magenta #FF74E4
RGB
CMYK
RGB Variations
Color information
#FF74E4 (or 0xFF74E4) is known color: Pale Magenta. HEX triplet: FF, 74 and E4. RGB value is (255,116,228). Sum of RGB (Red+Green+Blue) = 255+116+228=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74E4 is #008B1B. Grayscale: #AAAAAA. Windows color (decimal): -35612 or 14972159. OLE color: 14972159.
HSL color Cylindrical-coordinate representation of color #FF74E4: hue angle of 311.65º 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 #FF74E4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 228 | - |
| CMYK | 0 | 0.55 | 0.11 | 0 |
| HSL | 311.65º | 1% | 0.73% | - |
| HSV(B) | 311.65º | 0.55% | 1% | - |
| XYZ | 61.49 | 39.35 | 77.75 | - |
| YUV | 170.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 228 | 0 | 0.55 | 0.11 | 0 | 311.65 | 1 | 0.73 |
| Hex | FF | 74 | E4 | 0 | 37 | B | 0 | 138 | 64 | 49 |
| Octal | 377 | 164 | 344 | 0 | 67 | 13 | 0 | 470 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11100100 | 0 | 110111 | 1011 | 0 | 100111000 | 1100100 | 1001001 |
Color Harmonies of #FF74E4
Complementary color
Monochromatic Colors of #FF74E4
Black with #FF74E4
Text Example
Text Example
White with #FF74E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74E4; }
p { color: rgb(255,116,228); }
H1.HeaderClassName
{
color: #FF74E4;
}
.AnyTagClassName
{
color: #FF74E4;
}
</style>
background-color css
<style>
a { background-color: #FF74E4; }
a { background-color: rgb(255,116,228); }
div.DivClassName
{
background-color: #FF74E4;
}
.BgClassName
{
background-color: #FF74E4;
}
</style>
border-color css
<style>
span { border-color: #FF74E4; }
span { border-color: rgb(255,116,228); }
td.TdClassName
{
border-color: #FF74E4;
}
.TagClassName
{
border-color: #FF74E4;
}
</style>