Shades of Deep Pink #E30F8C
Tints of Deep Pink #E30F8C
RGB
CMYK
RGB Variations
Color information
#E30F8C (or 0xE30F8C) is known color: Deep Pink. HEX triplet: E3, 0F and 8C. RGB value is (227,15,140). Sum of RGB (Red+Green+Blue) = 227+15+140=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F8C is #1CF073. Grayscale: #5C5C5C. Windows color (decimal): -1896564 or 9179107. OLE color: 9179107.
HSL color Cylindrical-coordinate representation of color #E30F8C: hue angle of 324.62º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F8C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 140 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.11 |
| HSL | 324.62º | 0.88% | 0.47% | - |
| HSV(B) | 324.62º | 0.93% | 0.89% | - |
| XYZ | 36.58 | 18.57 | 26.47 | - |
| YUV | 92.64 | 154.74 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 140 | 0 | 0.93 | 0.38 | 0.11 | 324.62 | 0.88 | 0.47 |
| Hex | E3 | F | 8C | 0 | 5D | 26 | B | 145 | 58 | 2F |
| Octal | 343 | 17 | 214 | 0 | 135 | 46 | 13 | 505 | 130 | 57 |
| Binary | 11100011 | 1111 | 10001100 | 0 | 1011101 | 100110 | 1011 | 101000101 | 1011000 | 101111 |
Color Harmonies of #E30F8C
Complementary color
Monochromatic Colors of #E30F8C
Black with #E30F8C
Text Example
Text Example
White with #E30F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F8C; }
p { color: rgb(227,15,140); }
H1.HeaderClassName
{
color: #E30F8C;
}
.AnyTagClassName
{
color: #E30F8C;
}
</style>
background-color css
<style>
a { background-color: #E30F8C; }
a { background-color: rgb(227,15,140); }
div.DivClassName
{
background-color: #E30F8C;
}
.BgClassName
{
background-color: #E30F8C;
}
</style>
border-color css
<style>
span { border-color: #E30F8C; }
span { border-color: rgb(227,15,140); }
td.TdClassName
{
border-color: #E30F8C;
}
.TagClassName
{
border-color: #E30F8C;
}
</style>