Shades of Cranberry #E65074
Tints of Cranberry #E65074
RGB
CMYK
RGB Variations
Color information
#E65074 (or 0xE65074) is known color: Cranberry. HEX triplet: E6, 50 and 74. RGB value is (230,80,116). Sum of RGB (Red+Green+Blue) = 230+80+116=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E65074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65074 is #19AF8B. Grayscale: #808080. Windows color (decimal): -1683340 or 7622886. OLE color: 7622886.
HSL color Cylindrical-coordinate representation of color #E65074: hue angle of 345.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65074 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 116 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.10 |
| HSL | 345.6º | 0.75% | 0.61% | - |
| HSV(B) | 345.6º | 0.65% | 0.9% | - |
| XYZ | 38.65 | 23.82 | 19.08 | - |
| YUV | 128.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 116 | 0 | 0.65 | 0.50 | 0.10 | 345.6 | 0.75 | 0.61 |
| Hex | E6 | 50 | 74 | 0 | 41 | 32 | A | 15A | 4B | 3D |
| Octal | 346 | 120 | 164 | 0 | 101 | 62 | 12 | 532 | 113 | 75 |
| Binary | 11100110 | 1010000 | 1110100 | 0 | 1000001 | 110010 | 1010 | 101011010 | 1001011 | 111101 |
Color Harmonies of #E65074
Complementary color
Monochromatic Colors of #E65074
Black with #E65074
Text Example
Text Example
White with #E65074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65074; }
p { color: rgb(230,80,116); }
H1.HeaderClassName
{
color: #E65074;
}
.AnyTagClassName
{
color: #E65074;
}
</style>
background-color css
<style>
a { background-color: #E65074; }
a { background-color: rgb(230,80,116); }
div.DivClassName
{
background-color: #E65074;
}
.BgClassName
{
background-color: #E65074;
}
</style>
border-color css
<style>
span { border-color: #E65074; }
span { border-color: rgb(230,80,116); }
td.TdClassName
{
border-color: #E65074;
}
.TagClassName
{
border-color: #E65074;
}
</style>