Shades of Cranberry #E64271
Tints of Cranberry #E64271
RGB
CMYK
RGB Variations
Color information
#E64271 (or 0xE64271) is known color: Cranberry. HEX triplet: E6, 42 and 71. RGB value is (230,66,113). Sum of RGB (Red+Green+Blue) = 230+66+113=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64271 is #19BD8E. Grayscale: #787878. Windows color (decimal): -1686927 or 7422694. OLE color: 7422694.
HSL color Cylindrical-coordinate representation of color #E64271: hue angle of 342.8º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64271 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 113 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.10 |
| HSL | 342.8º | 0.77% | 0.58% | - |
| HSV(B) | 342.8º | 0.71% | 0.9% | - |
| XYZ | 37.56 | 21.91 | 17.87 | - |
| YUV | 120.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 113 | 0 | 0.71 | 0.51 | 0.10 | 342.8 | 0.77 | 0.58 |
| Hex | E6 | 42 | 71 | 0 | 47 | 33 | A | 157 | 4D | 3A |
| Octal | 346 | 102 | 161 | 0 | 107 | 63 | 12 | 527 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1110001 | 0 | 1000111 | 110011 | 1010 | 101010111 | 1001101 | 111010 |
Color Harmonies of #E64271
Complementary color
Monochromatic Colors of #E64271
Black with #E64271
Text Example
Text Example
White with #E64271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64271; }
p { color: rgb(230,66,113); }
H1.HeaderClassName
{
color: #E64271;
}
.AnyTagClassName
{
color: #E64271;
}
</style>
background-color css
<style>
a { background-color: #E64271; }
a { background-color: rgb(230,66,113); }
div.DivClassName
{
background-color: #E64271;
}
.BgClassName
{
background-color: #E64271;
}
</style>
border-color css
<style>
span { border-color: #E64271; }
span { border-color: rgb(230,66,113); }
td.TdClassName
{
border-color: #E64271;
}
.TagClassName
{
border-color: #E64271;
}
</style>