Shades of Cranberry #E65472
Tints of Cranberry #E65472
RGB
CMYK
RGB Variations
Color information
#E65472 (or 0xE65472) is known color: Cranberry. HEX triplet: E6, 54 and 72. RGB value is (230,84,114). Sum of RGB (Red+Green+Blue) = 230+84+114=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E65472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65472 is #19AB8D. Grayscale: #838383. Windows color (decimal): -1682318 or 7492838. OLE color: 7492838.
HSL color Cylindrical-coordinate representation of color #E65472: hue angle of 347.67º 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 #E65472 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 114 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.10 |
| HSL | 347.67º | 0.74% | 0.62% | - |
| HSV(B) | 347.67º | 0.63% | 0.9% | - |
| XYZ | 38.84 | 24.38 | 18.58 | - |
| YUV | 131.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 114 | 0 | 0.63 | 0.50 | 0.10 | 347.67 | 0.74 | 0.62 |
| Hex | E6 | 54 | 72 | 0 | 3F | 32 | A | 15C | 4A | 3E |
| Octal | 346 | 124 | 162 | 0 | 77 | 62 | 12 | 534 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1110010 | 0 | 111111 | 110010 | 1010 | 101011100 | 1001010 | 111110 |
Color Harmonies of #E65472
Complementary color
Monochromatic Colors of #E65472
Black with #E65472
Text Example
Text Example
White with #E65472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65472; }
p { color: rgb(230,84,114); }
H1.HeaderClassName
{
color: #E65472;
}
.AnyTagClassName
{
color: #E65472;
}
</style>
background-color css
<style>
a { background-color: #E65472; }
a { background-color: rgb(230,84,114); }
div.DivClassName
{
background-color: #E65472;
}
.BgClassName
{
background-color: #E65472;
}
</style>
border-color css
<style>
span { border-color: #E65472; }
span { border-color: rgb(230,84,114); }
td.TdClassName
{
border-color: #E65472;
}
.TagClassName
{
border-color: #E65472;
}
</style>