Shades of Hot Pink #EE65B5
Tints of Hot Pink #EE65B5
RGB
CMYK
RGB Variations
Color information
#EE65B5 (or 0xEE65B5) is known color: Hot Pink. HEX triplet: EE, 65 and B5. RGB value is (238,101,181). Sum of RGB (Red+Green+Blue) = 238+101+181=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65B5 is #119A4A. Grayscale: #969696. Windows color (decimal): -1153611 or 11888110. OLE color: 11888110.
HSL color Cylindrical-coordinate representation of color #EE65B5: hue angle of 324.96º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65B5 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 181 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.07 |
| HSL | 324.96º | 0.8% | 0.66% | - |
| HSV(B) | 324.96º | 0.58% | 0.93% | - |
| XYZ | 48.25 | 30.82 | 47.12 | - |
| YUV | 151.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 181 | 0 | 0.58 | 0.24 | 0.07 | 324.96 | 0.8 | 0.66 |
| Hex | EE | 65 | B5 | 0 | 3A | 18 | 7 | 145 | 50 | 42 |
| Octal | 356 | 145 | 265 | 0 | 72 | 30 | 7 | 505 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10110101 | 0 | 111010 | 11000 | 111 | 101000101 | 1010000 | 1000010 |
Color Harmonies of #EE65B5
Complementary color
Monochromatic Colors of #EE65B5
Black with #EE65B5
Text Example
Text Example
White with #EE65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65B5; }
p { color: rgb(238,101,181); }
H1.HeaderClassName
{
color: #EE65B5;
}
.AnyTagClassName
{
color: #EE65B5;
}
</style>
background-color css
<style>
a { background-color: #EE65B5; }
a { background-color: rgb(238,101,181); }
div.DivClassName
{
background-color: #EE65B5;
}
.BgClassName
{
background-color: #EE65B5;
}
</style>
border-color css
<style>
span { border-color: #EE65B5; }
span { border-color: rgb(238,101,181); }
td.TdClassName
{
border-color: #EE65B5;
}
.TagClassName
{
border-color: #EE65B5;
}
</style>