Shades of Cranberry #E65470
Tints of Cranberry #E65470
RGB
CMYK
RGB Variations
Color information
#E65470 (or 0xE65470) is known color: Cranberry. HEX triplet: E6, 54 and 70. RGB value is (230,84,112). Sum of RGB (Red+Green+Blue) = 230+84+112=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E65470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65470 is #19AB8F. Grayscale: #828282. Windows color (decimal): -1682320 or 7361766. OLE color: 7361766.
HSL color Cylindrical-coordinate representation of color #E65470: hue angle of 348.49º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65470 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 112 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.10 |
| HSL | 348.49º | 0.74% | 0.62% | - |
| HSV(B) | 348.49º | 0.63% | 0.9% | - |
| XYZ | 38.73 | 24.33 | 17.98 | - |
| YUV | 130.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 112 | 0 | 0.63 | 0.51 | 0.10 | 348.49 | 0.74 | 0.62 |
| Hex | E6 | 54 | 70 | 0 | 3F | 33 | A | 15C | 4A | 3E |
| Octal | 346 | 124 | 160 | 0 | 77 | 63 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1110000 | 0 | 111111 | 110011 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65470
Complementary color
Monochromatic Colors of #E65470
Black with #E65470
Text Example
Text Example
White with #E65470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65470; }
p { color: rgb(230,84,112); }
H1.HeaderClassName
{
color: #E65470;
}
.AnyTagClassName
{
color: #E65470;
}
</style>
background-color css
<style>
a { background-color: #E65470; }
a { background-color: rgb(230,84,112); }
div.DivClassName
{
background-color: #E65470;
}
.BgClassName
{
background-color: #E65470;
}
</style>
border-color css
<style>
span { border-color: #E65470; }
span { border-color: rgb(230,84,112); }
td.TdClassName
{
border-color: #E65470;
}
.TagClassName
{
border-color: #E65470;
}
</style>