Shades of Hot Pink #E767AD
Tints of Hot Pink #E767AD
RGB
CMYK
RGB Variations
Color information
#E767AD (or 0xE767AD) is known color: Hot Pink. HEX triplet: E7, 67 and AD. RGB value is (231,103,173). Sum of RGB (Red+Green+Blue) = 231+103+173=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E767AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E767AD is #189852. Grayscale: #959595. Windows color (decimal): -1611859 or 11364327. OLE color: 11364327.
HSL color Cylindrical-coordinate representation of color #E767AD: hue angle of 327.19º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767AD is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 173 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.09 |
| HSL | 327.19º | 0.73% | 0.65% | - |
| HSV(B) | 327.19º | 0.55% | 0.91% | - |
| XYZ | 45.35 | 29.71 | 42.88 | - |
| YUV | 149.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 173 | 0 | 0.55 | 0.25 | 0.09 | 327.19 | 0.73 | 0.65 |
| Hex | E7 | 67 | AD | 0 | 37 | 19 | 9 | 147 | 49 | 41 |
| Octal | 347 | 147 | 255 | 0 | 67 | 31 | 11 | 507 | 111 | 101 |
| Binary | 11100111 | 1100111 | 10101101 | 0 | 110111 | 11001 | 1001 | 101000111 | 1001001 | 1000001 |
Color Harmonies of #E767AD
Complementary color
Monochromatic Colors of #E767AD
Black with #E767AD
Text Example
Text Example
White with #E767AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767AD; }
p { color: rgb(231,103,173); }
H1.HeaderClassName
{
color: #E767AD;
}
.AnyTagClassName
{
color: #E767AD;
}
</style>
background-color css
<style>
a { background-color: #E767AD; }
a { background-color: rgb(231,103,173); }
div.DivClassName
{
background-color: #E767AD;
}
.BgClassName
{
background-color: #E767AD;
}
</style>
border-color css
<style>
span { border-color: #E767AD; }
span { border-color: rgb(231,103,173); }
td.TdClassName
{
border-color: #E767AD;
}
.TagClassName
{
border-color: #E767AD;
}
</style>