Shades of Hot Pink #EE6CB5
Tints of Hot Pink #EE6CB5
RGB
CMYK
RGB Variations
Color information
#EE6CB5 (or 0xEE6CB5) is known color: Hot Pink. HEX triplet: EE, 6C and B5. RGB value is (238,108,181). Sum of RGB (Red+Green+Blue) = 238+108+181=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6CB5 is #11934A. Grayscale: #9B9B9B. Windows color (decimal): -1151819 or 11889902. OLE color: 11889902.
HSL color Cylindrical-coordinate representation of color #EE6CB5: hue angle of 326.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6CB5 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 181 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.07 |
| HSL | 326.31º | 0.79% | 0.68% | - |
| HSV(B) | 326.31º | 0.55% | 0.93% | - |
| XYZ | 48.96 | 32.24 | 47.36 | - |
| YUV | 155.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 181 | 0 | 0.55 | 0.24 | 0.07 | 326.31 | 0.79 | 0.68 |
| Hex | EE | 6C | B5 | 0 | 37 | 18 | 7 | 146 | 4F | 44 |
| Octal | 356 | 154 | 265 | 0 | 67 | 30 | 7 | 506 | 117 | 104 |
| Binary | 11101110 | 1101100 | 10110101 | 0 | 110111 | 11000 | 111 | 101000110 | 1001111 | 1000100 |
Color Harmonies of #EE6CB5
Complementary color
Monochromatic Colors of #EE6CB5
Black with #EE6CB5
Text Example
Text Example
White with #EE6CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CB5; }
p { color: rgb(238,108,181); }
H1.HeaderClassName
{
color: #EE6CB5;
}
.AnyTagClassName
{
color: #EE6CB5;
}
</style>
background-color css
<style>
a { background-color: #EE6CB5; }
a { background-color: rgb(238,108,181); }
div.DivClassName
{
background-color: #EE6CB5;
}
.BgClassName
{
background-color: #EE6CB5;
}
</style>
border-color css
<style>
span { border-color: #EE6CB5; }
span { border-color: rgb(238,108,181); }
td.TdClassName
{
border-color: #EE6CB5;
}
.TagClassName
{
border-color: #EE6CB5;
}
</style>