Shades of Hot Pink #E061B5
Tints of Hot Pink #E061B5
RGB
CMYK
RGB Variations
Color information
#E061B5 (or 0xE061B5) is known color: Hot Pink. HEX triplet: E0, 61 and B5. RGB value is (224,97,181). Sum of RGB (Red+Green+Blue) = 224+97+181=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E061B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061B5 is #1F9E4A. Grayscale: #909090. Windows color (decimal): -2072139 or 11887072. OLE color: 11887072.
HSL color Cylindrical-coordinate representation of color #E061B5: hue angle of 320.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061B5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 97 | 181 | - |
CMYK | 0 | 0.57 | 0.19 | 0.12 |
HSL | 320.32º | 0.67% | 0.63% | - |
HSV(B) | 320.32º | 0.57% | 0.88% | - |
XYZ | 43.36 | 27.73 | 46.78 | - |
YUV | 144.55 | 148.58 | 184.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 97 | 181 | 0 | 0.57 | 0.19 | 0.12 | 320.32 | 0.67 | 0.63 |
Hex | E0 | 61 | B5 | 0 | 39 | 13 | C | 140 | 43 | 3F |
Octal | 340 | 141 | 265 | 0 | 71 | 23 | 14 | 500 | 103 | 77 |
Binary | 11100000 | 1100001 | 10110101 | 0 | 111001 | 10011 | 1100 | 101000000 | 1000011 | 111111 |
Color Harmonies of #E061B5
Complementary color
Monochromatic Colors of #E061B5
Black with #E061B5
Text Example
Text Example
White with #E061B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061B5; }
p { color: rgb(224,97,181); }
H1.HeaderClassName
{
color: #E061B5;
}
.AnyTagClassName
{
color: #E061B5;
}
</style>
background-color css
<style>
a { background-color: #E061B5; }
a { background-color: rgb(224,97,181); }
div.DivClassName
{
background-color: #E061B5;
}
.BgClassName
{
background-color: #E061B5;
}
</style>
border-color css
<style>
span { border-color: #E061B5; }
span { border-color: rgb(224,97,181); }
td.TdClassName
{
border-color: #E061B5;
}
.TagClassName
{
border-color: #E061B5;
}
</style>