Shades of Cranberry #E35374
Tints of Cranberry #E35374
RGB
CMYK
RGB Variations
Color information
#E35374 (or 0xE35374) is known color: Cranberry. HEX triplet: E3, 53 and 74. RGB value is (227,83,116). Sum of RGB (Red+Green+Blue) = 227+83+116=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E35374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35374 is #1CAC8B. Grayscale: #818181. Windows color (decimal): -1879180 or 7623651. OLE color: 7623651.
HSL color Cylindrical-coordinate representation of color #E35374: hue angle of 346.25º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35374 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 116 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.11 |
| HSL | 346.25º | 0.72% | 0.61% | - |
| HSV(B) | 346.25º | 0.63% | 0.89% | - |
| XYZ | 37.92 | 23.78 | 19.11 | - |
| YUV | 129.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 116 | 0 | 0.63 | 0.49 | 0.11 | 346.25 | 0.72 | 0.61 |
| Hex | E3 | 53 | 74 | 0 | 3F | 31 | B | 15A | 48 | 3D |
| Octal | 343 | 123 | 164 | 0 | 77 | 61 | 13 | 532 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1110100 | 0 | 111111 | 110001 | 1011 | 101011010 | 1001000 | 111101 |
Color Harmonies of #E35374
Complementary color
Monochromatic Colors of #E35374
Black with #E35374
Text Example
Text Example
White with #E35374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35374; }
p { color: rgb(227,83,116); }
H1.HeaderClassName
{
color: #E35374;
}
.AnyTagClassName
{
color: #E35374;
}
</style>
background-color css
<style>
a { background-color: #E35374; }
a { background-color: rgb(227,83,116); }
div.DivClassName
{
background-color: #E35374;
}
.BgClassName
{
background-color: #E35374;
}
</style>
border-color css
<style>
span { border-color: #E35374; }
span { border-color: rgb(227,83,116); }
td.TdClassName
{
border-color: #E35374;
}
.TagClassName
{
border-color: #E35374;
}
</style>