Shades of Cranberry #E35377
Tints of Cranberry #E35377
RGB
CMYK
RGB Variations
Color information
#E35377 (or 0xE35377) is known color: Cranberry. HEX triplet: E3, 53 and 77. RGB value is (227,83,119). Sum of RGB (Red+Green+Blue) = 227+83+119=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E35377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35377 is #1CAC88. Grayscale: #828282. Windows color (decimal): -1879177 or 7820259. OLE color: 7820259.
HSL color Cylindrical-coordinate representation of color #E35377: hue angle of 345º 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 #E35377 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 119 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.11 |
| HSL | 345º | 0.72% | 0.61% | - |
| HSV(B) | 345º | 0.63% | 0.89% | - |
| XYZ | 38.1 | 23.85 | 20.05 | - |
| YUV | 130.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 119 | 0 | 0.63 | 0.48 | 0.11 | 345 | 0.72 | 0.61 |
| Hex | E3 | 53 | 77 | 0 | 3F | 30 | B | 159 | 48 | 3D |
| Octal | 343 | 123 | 167 | 0 | 77 | 60 | 13 | 531 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1110111 | 0 | 111111 | 110000 | 1011 | 101011001 | 1001000 | 111101 |
Color Harmonies of #E35377
Complementary color
Monochromatic Colors of #E35377
Black with #E35377
Text Example
Text Example
White with #E35377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35377; }
p { color: rgb(227,83,119); }
H1.HeaderClassName
{
color: #E35377;
}
.AnyTagClassName
{
color: #E35377;
}
</style>
background-color css
<style>
a { background-color: #E35377; }
a { background-color: rgb(227,83,119); }
div.DivClassName
{
background-color: #E35377;
}
.BgClassName
{
background-color: #E35377;
}
</style>
border-color css
<style>
span { border-color: #E35377; }
span { border-color: rgb(227,83,119); }
td.TdClassName
{
border-color: #E35377;
}
.TagClassName
{
border-color: #E35377;
}
</style>