Shades of Hot Pink #FF5EAE
Tints of Hot Pink #FF5EAE
RGB
CMYK
RGB Variations
Color information
#FF5EAE (or 0xFF5EAE) is known color: Hot Pink. HEX triplet: FF, 5E and AE. RGB value is (255,94,174). Sum of RGB (Red+Green+Blue) = 255+94+174=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5EAE is #00A151. Grayscale: #979797. Windows color (decimal): -41298 or 11427583. OLE color: 11427583.
HSL color Cylindrical-coordinate representation of color #FF5EAE: hue angle of 330.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EAE is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 94 | 174 | - |
CMYK | 0 | 0.63 | 0.32 | 0 |
HSL | 330.19º | 1% | 0.68% | - |
HSV(B) | 330.19º | 0.63% | 1% | - |
XYZ | 52.88 | 32.32 | 43.5 | - |
YUV | 151.26 | 140.84 | 202 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 94 | 174 | 0 | 0.63 | 0.32 | 0 | 330.19 | 1 | 0.68 |
Hex | FF | 5E | AE | 0 | 3F | 20 | 0 | 14A | 64 | 44 |
Octal | 377 | 136 | 256 | 0 | 77 | 40 | 0 | 512 | 144 | 104 |
Binary | 11111111 | 1011110 | 10101110 | 0 | 111111 | 100000 | 0 | 101001010 | 1100100 | 1000100 |
Color Harmonies of #FF5EAE
Complementary color
Monochromatic Colors of #FF5EAE
Black with #FF5EAE
Text Example
Text Example
White with #FF5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EAE; }
p { color: rgb(255,94,174); }
H1.HeaderClassName
{
color: #FF5EAE;
}
.AnyTagClassName
{
color: #FF5EAE;
}
</style>
background-color css
<style>
a { background-color: #FF5EAE; }
a { background-color: rgb(255,94,174); }
div.DivClassName
{
background-color: #FF5EAE;
}
.BgClassName
{
background-color: #FF5EAE;
}
</style>
border-color css
<style>
span { border-color: #FF5EAE; }
span { border-color: rgb(255,94,174); }
td.TdClassName
{
border-color: #FF5EAE;
}
.TagClassName
{
border-color: #FF5EAE;
}
</style>