Shades of Pale Magenta #FF74EA
Tints of Pale Magenta #FF74EA
RGB
CMYK
RGB Variations
Color information
#FF74EA (or 0xFF74EA) is known color: Pale Magenta. HEX triplet: FF, 74 and EA. RGB value is (255,116,234). Sum of RGB (Red+Green+Blue) = 255+116+234=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74EA is #008B15. Grayscale: #AAAAAA. Windows color (decimal): -35606 or 15365375. OLE color: 15365375.
HSL color Cylindrical-coordinate representation of color #FF74EA: hue angle of 309.06º 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 #FF74EA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 234 | - |
| CMYK | 0 | 0.55 | 0.08 | 0 |
| HSL | 309.06º | 1% | 0.73% | - |
| HSV(B) | 309.06º | 0.55% | 1% | - |
| XYZ | 62.34 | 39.69 | 82.22 | - |
| YUV | 171.01 | 163.55 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 234 | 0 | 0.55 | 0.08 | 0 | 309.06 | 1 | 0.73 |
| Hex | FF | 74 | EA | 0 | 37 | 8 | 0 | 135 | 64 | 49 |
| Octal | 377 | 164 | 352 | 0 | 67 | 10 | 0 | 465 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11101010 | 0 | 110111 | 1000 | 0 | 100110101 | 1100100 | 1001001 |
Color Harmonies of #FF74EA
Complementary color
Monochromatic Colors of #FF74EA
Black with #FF74EA
Text Example
Text Example
White with #FF74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74EA; }
p { color: rgb(255,116,234); }
H1.HeaderClassName
{
color: #FF74EA;
}
.AnyTagClassName
{
color: #FF74EA;
}
</style>
background-color css
<style>
a { background-color: #FF74EA; }
a { background-color: rgb(255,116,234); }
div.DivClassName
{
background-color: #FF74EA;
}
.BgClassName
{
background-color: #FF74EA;
}
</style>
border-color css
<style>
span { border-color: #FF74EA; }
span { border-color: rgb(255,116,234); }
td.TdClassName
{
border-color: #FF74EA;
}
.TagClassName
{
border-color: #FF74EA;
}
</style>