Shades of Cranberry #E65373
Tints of Cranberry #E65373
RGB
CMYK
RGB Variations
Color information
#E65373 (or 0xE65373) is known color: Cranberry. HEX triplet: E6, 53 and 73. RGB value is (230,83,115). Sum of RGB (Red+Green+Blue) = 230+83+115=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E65373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65373 is #19AC8C. Grayscale: #828282. Windows color (decimal): -1682573 or 7558118. OLE color: 7558118.
HSL color Cylindrical-coordinate representation of color #E65373: hue angle of 346.94º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65373 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 115 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.10 |
| HSL | 346.94º | 0.75% | 0.61% | - |
| HSV(B) | 346.94º | 0.64% | 0.9% | - |
| XYZ | 38.82 | 24.25 | 18.85 | - |
| YUV | 130.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 115 | 0 | 0.64 | 0.5 | 0.10 | 346.94 | 0.75 | 0.61 |
| Hex | E6 | 53 | 73 | 0 | 40 | 32 | A | 15B | 4B | 3D |
| Octal | 346 | 123 | 163 | 0 | 100 | 62 | 12 | 533 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1110011 | 0 | 1000000 | 110010 | 1010 | 101011011 | 1001011 | 111101 |
Color Harmonies of #E65373
Complementary color
Monochromatic Colors of #E65373
Black with #E65373
Text Example
Text Example
White with #E65373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65373; }
p { color: rgb(230,83,115); }
H1.HeaderClassName
{
color: #E65373;
}
.AnyTagClassName
{
color: #E65373;
}
</style>
background-color css
<style>
a { background-color: #E65373; }
a { background-color: rgb(230,83,115); }
div.DivClassName
{
background-color: #E65373;
}
.BgClassName
{
background-color: #E65373;
}
</style>
border-color css
<style>
span { border-color: #E65373; }
span { border-color: rgb(230,83,115); }
td.TdClassName
{
border-color: #E65373;
}
.TagClassName
{
border-color: #E65373;
}
</style>