Shades of Hot Pink #ED71B2
Tints of Hot Pink #ED71B2
RGB
CMYK
RGB Variations
Color information
#ED71B2 (or 0xED71B2) is known color: Hot Pink. HEX triplet: ED, 71 and B2. RGB value is (237,113,178). Sum of RGB (Red+Green+Blue) = 237+113+178=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71B2 is #128E4D. Grayscale: #9D9D9D. Windows color (decimal): -1216078 or 11694573. OLE color: 11694573.
HSL color Cylindrical-coordinate representation of color #ED71B2: hue angle of 328.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71B2 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 113 | 178 | - |
CMYK | 0 | 0.52 | 0.25 | 0.07 |
HSL | 328.55º | 0.78% | 0.69% | - |
HSV(B) | 328.55º | 0.52% | 0.93% | - |
XYZ | 48.87 | 33.03 | 45.92 | - |
YUV | 157.49 | 139.58 | 184.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 113 | 178 | 0 | 0.52 | 0.25 | 0.07 | 328.55 | 0.78 | 0.69 |
Hex | ED | 71 | B2 | 0 | 34 | 19 | 7 | 149 | 4E | 45 |
Octal | 355 | 161 | 262 | 0 | 64 | 31 | 7 | 511 | 116 | 105 |
Binary | 11101101 | 1110001 | 10110010 | 0 | 110100 | 11001 | 111 | 101001001 | 1001110 | 1000101 |
Color Harmonies of #ED71B2
Complementary color
Monochromatic Colors of #ED71B2
Black with #ED71B2
Text Example
Text Example
White with #ED71B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71B2; }
p { color: rgb(237,113,178); }
H1.HeaderClassName
{
color: #ED71B2;
}
.AnyTagClassName
{
color: #ED71B2;
}
</style>
background-color css
<style>
a { background-color: #ED71B2; }
a { background-color: rgb(237,113,178); }
div.DivClassName
{
background-color: #ED71B2;
}
.BgClassName
{
background-color: #ED71B2;
}
</style>
border-color css
<style>
span { border-color: #ED71B2; }
span { border-color: rgb(237,113,178); }
td.TdClassName
{
border-color: #ED71B2;
}
.TagClassName
{
border-color: #ED71B2;
}
</style>