Shades of Hot Pink #E365B5
Tints of Hot Pink #E365B5
RGB
CMYK
RGB Variations
Color information
#E365B5 (or 0xE365B5) is known color: Hot Pink. HEX triplet: E3, 65 and B5. RGB value is (227,101,181). Sum of RGB (Red+Green+Blue) = 227+101+181=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E365B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365B5 is #1C9A4A. Grayscale: #939393. Windows color (decimal): -1874507 or 11888099. OLE color: 11888099.
HSL color Cylindrical-coordinate representation of color #E365B5: hue angle of 321.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365B5 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 101 | 181 | - |
CMYK | 0 | 0.56 | 0.20 | 0.11 |
HSL | 321.9º | 0.69% | 0.64% | - |
HSV(B) | 321.9º | 0.56% | 0.89% | - |
XYZ | 44.67 | 28.97 | 46.95 | - |
YUV | 147.79 | 146.74 | 184.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 101 | 181 | 0 | 0.56 | 0.20 | 0.11 | 321.9 | 0.69 | 0.64 |
Hex | E3 | 65 | B5 | 0 | 38 | 14 | B | 142 | 45 | 40 |
Octal | 343 | 145 | 265 | 0 | 70 | 24 | 13 | 502 | 105 | 100 |
Binary | 11100011 | 1100101 | 10110101 | 0 | 111000 | 10100 | 1011 | 101000010 | 1000101 | 1000000 |
Color Harmonies of #E365B5
Complementary color
Monochromatic Colors of #E365B5
Black with #E365B5
Text Example
Text Example
White with #E365B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365B5; }
p { color: rgb(227,101,181); }
H1.HeaderClassName
{
color: #E365B5;
}
.AnyTagClassName
{
color: #E365B5;
}
</style>
background-color css
<style>
a { background-color: #E365B5; }
a { background-color: rgb(227,101,181); }
div.DivClassName
{
background-color: #E365B5;
}
.BgClassName
{
background-color: #E365B5;
}
</style>
border-color css
<style>
span { border-color: #E365B5; }
span { border-color: rgb(227,101,181); }
td.TdClassName
{
border-color: #E365B5;
}
.TagClassName
{
border-color: #E365B5;
}
</style>