Shades of Cranberry #E65572
Tints of Cranberry #E65572
RGB
CMYK
RGB Variations
Color information
#E65572 (or 0xE65572) is known color: Cranberry. HEX triplet: E6, 55 and 72. RGB value is (230,85,114). Sum of RGB (Red+Green+Blue) = 230+85+114=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65572 is #19AA8D. Grayscale: #838383. Windows color (decimal): -1682062 or 7493094. OLE color: 7493094.
HSL color Cylindrical-coordinate representation of color #E65572: hue angle of 348º 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 #E65572 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 114 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.10 |
| HSL | 348º | 0.74% | 0.62% | - |
| HSV(B) | 348º | 0.63% | 0.9% | - |
| XYZ | 38.92 | 24.53 | 18.6 | - |
| YUV | 131.66 | 118.04 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 114 | 0 | 0.63 | 0.50 | 0.10 | 348 | 0.74 | 0.62 |
| Hex | E6 | 55 | 72 | 0 | 3F | 32 | A | 15C | 4A | 3E |
| Octal | 346 | 125 | 162 | 0 | 77 | 62 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1110010 | 0 | 111111 | 110010 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65572
Complementary color
Monochromatic Colors of #E65572
Black with #E65572
Text Example
Text Example
White with #E65572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65572; }
p { color: rgb(230,85,114); }
H1.HeaderClassName
{
color: #E65572;
}
.AnyTagClassName
{
color: #E65572;
}
</style>
background-color css
<style>
a { background-color: #E65572; }
a { background-color: rgb(230,85,114); }
div.DivClassName
{
background-color: #E65572;
}
.BgClassName
{
background-color: #E65572;
}
</style>
border-color css
<style>
span { border-color: #E65572; }
span { border-color: rgb(230,85,114); }
td.TdClassName
{
border-color: #E65572;
}
.TagClassName
{
border-color: #E65572;
}
</style>