Shades of Cranberry #E83F72
Tints of Cranberry #E83F72
RGB
CMYK
RGB Variations
Color information
#E83F72 (or 0xE83F72) is known color: Cranberry. HEX triplet: E8, 3F and 72. RGB value is (232,63,114). Sum of RGB (Red+Green+Blue) = 232+63+114=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E83F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83F72 is #17C08D. Grayscale: #777777. Windows color (decimal): -1556622 or 7487464. OLE color: 7487464.
HSL color Cylindrical-coordinate representation of color #E83F72: hue angle of 341.89º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E83F72 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 63 | 114 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.09 |
| HSL | 341.89º | 0.79% | 0.58% | - |
| HSV(B) | 341.89º | 0.73% | 0.91% | - |
| XYZ | 38.09 | 21.93 | 18.14 | - |
| YUV | 119.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 114 | 0 | 0.73 | 0.51 | 0.09 | 341.89 | 0.79 | 0.58 |
| Hex | E8 | 3F | 72 | 0 | 49 | 33 | 9 | 156 | 4F | 3A |
| Octal | 350 | 77 | 162 | 0 | 111 | 63 | 11 | 526 | 117 | 72 |
| Binary | 11101000 | 111111 | 1110010 | 0 | 1001001 | 110011 | 1001 | 101010110 | 1001111 | 111010 |
Color Harmonies of #E83F72
Complementary color
Monochromatic Colors of #E83F72
Black with #E83F72
Text Example
Text Example
White with #E83F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83F72; }
p { color: rgb(232,63,114); }
H1.HeaderClassName
{
color: #E83F72;
}
.AnyTagClassName
{
color: #E83F72;
}
</style>
background-color css
<style>
a { background-color: #E83F72; }
a { background-color: rgb(232,63,114); }
div.DivClassName
{
background-color: #E83F72;
}
.BgClassName
{
background-color: #E83F72;
}
</style>
border-color css
<style>
span { border-color: #E83F72; }
span { border-color: rgb(232,63,114); }
td.TdClassName
{
border-color: #E83F72;
}
.TagClassName
{
border-color: #E83F72;
}
</style>