Shades of Neon Pink #E75DBD
Tints of Neon Pink #E75DBD
RGB
CMYK
RGB Variations
Color information
#E75DBD (or 0xE75DBD) is known color: Neon Pink. HEX triplet: E7, 5D and BD. RGB value is (231,93,189). Sum of RGB (Red+Green+Blue) = 231+93+189=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DBD is #18A242. Grayscale: #909090. Windows color (decimal): -1614403 or 12410343. OLE color: 12410343.
HSL color Cylindrical-coordinate representation of color #E75DBD: hue angle of 318.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75DBD is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 93 | 189 | - |
CMYK | 0 | 0.60 | 0.18 | 0.09 |
HSL | 318.26º | 0.74% | 0.64% | - |
HSV(B) | 318.26º | 0.6% | 0.91% | - |
XYZ | 46.05 | 28.49 | 51.22 | - |
YUV | 145.21 | 152.72 | 189.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 93 | 189 | 0 | 0.60 | 0.18 | 0.09 | 318.26 | 0.74 | 0.64 |
Hex | E7 | 5D | BD | 0 | 3C | 12 | 9 | 13E | 4A | 40 |
Octal | 347 | 135 | 275 | 0 | 74 | 22 | 11 | 476 | 112 | 100 |
Binary | 11100111 | 1011101 | 10111101 | 0 | 111100 | 10010 | 1001 | 100111110 | 1001010 | 1000000 |
Color Harmonies of #E75DBD
Complementary color
Monochromatic Colors of #E75DBD
Black with #E75DBD
Text Example
Text Example
White with #E75DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DBD; }
p { color: rgb(231,93,189); }
H1.HeaderClassName
{
color: #E75DBD;
}
.AnyTagClassName
{
color: #E75DBD;
}
</style>
background-color css
<style>
a { background-color: #E75DBD; }
a { background-color: rgb(231,93,189); }
div.DivClassName
{
background-color: #E75DBD;
}
.BgClassName
{
background-color: #E75DBD;
}
</style>
border-color css
<style>
span { border-color: #E75DBD; }
span { border-color: rgb(231,93,189); }
td.TdClassName
{
border-color: #E75DBD;
}
.TagClassName
{
border-color: #E75DBD;
}
</style>