Shades of Hot Pink #EA5DB3
Tints of Hot Pink #EA5DB3
RGB
CMYK
RGB Variations
Color information
#EA5DB3 (or 0xEA5DB3) is known color: Hot Pink. HEX triplet: EA, 5D and B3. RGB value is (234,93,179). Sum of RGB (Red+Green+Blue) = 234+93+179=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DB3 is #15A24C. Grayscale: #909090. Windows color (decimal): -1417805 or 11754986. OLE color: 11754986.
HSL color Cylindrical-coordinate representation of color #EA5DB3: hue angle of 323.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 179 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.08 |
| HSL | 323.4º | 0.77% | 0.64% | - |
| HSV(B) | 323.4º | 0.6% | 0.92% | - |
| XYZ | 45.98 | 28.58 | 45.74 | - |
| YUV | 144.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 179 | 0 | 0.60 | 0.24 | 0.08 | 323.4 | 0.77 | 0.64 |
| Hex | EA | 5D | B3 | 0 | 3C | 18 | 8 | 143 | 4D | 40 |
| Octal | 352 | 135 | 263 | 0 | 74 | 30 | 10 | 503 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10110011 | 0 | 111100 | 11000 | 1000 | 101000011 | 1001101 | 1000000 |
Color Harmonies of #EA5DB3
Complementary color
Monochromatic Colors of #EA5DB3
Black with #EA5DB3
Text Example
Text Example
White with #EA5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DB3; }
p { color: rgb(234,93,179); }
H1.HeaderClassName
{
color: #EA5DB3;
}
.AnyTagClassName
{
color: #EA5DB3;
}
</style>
background-color css
<style>
a { background-color: #EA5DB3; }
a { background-color: rgb(234,93,179); }
div.DivClassName
{
background-color: #EA5DB3;
}
.BgClassName
{
background-color: #EA5DB3;
}
</style>
border-color css
<style>
span { border-color: #EA5DB3; }
span { border-color: rgb(234,93,179); }
td.TdClassName
{
border-color: #EA5DB3;
}
.TagClassName
{
border-color: #EA5DB3;
}
</style>