Shades of Cranberry #E34A6C
Tints of Cranberry #E34A6C
RGB
CMYK
RGB Variations
Color information
#E34A6C (or 0xE34A6C) is known color: Cranberry. HEX triplet: E3, 4A and 6C. RGB value is (227,74,108). Sum of RGB (Red+Green+Blue) = 227+74+108=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34A6C is #1CB593. Grayscale: #7B7B7B. Windows color (decimal): -1881492 or 7097059. OLE color: 7097059.
HSL color Cylindrical-coordinate representation of color #E34A6C: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34A6C is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 108 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.11 |
| HSL | 346.67º | 0.73% | 0.59% | - |
| HSV(B) | 346.67º | 0.67% | 0.89% | - |
| XYZ | 36.83 | 22.31 | 16.55 | - |
| YUV | 123.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 108 | 0 | 0.67 | 0.52 | 0.11 | 346.67 | 0.73 | 0.59 |
| Hex | E3 | 4A | 6C | 0 | 43 | 34 | B | 15B | 49 | 3B |
| Octal | 343 | 112 | 154 | 0 | 103 | 64 | 13 | 533 | 111 | 73 |
| Binary | 11100011 | 1001010 | 1101100 | 0 | 1000011 | 110100 | 1011 | 101011011 | 1001001 | 111011 |
Color Harmonies of #E34A6C
Complementary color
Monochromatic Colors of #E34A6C
Black with #E34A6C
Text Example
Text Example
White with #E34A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A6C; }
p { color: rgb(227,74,108); }
H1.HeaderClassName
{
color: #E34A6C;
}
.AnyTagClassName
{
color: #E34A6C;
}
</style>
background-color css
<style>
a { background-color: #E34A6C; }
a { background-color: rgb(227,74,108); }
div.DivClassName
{
background-color: #E34A6C;
}
.BgClassName
{
background-color: #E34A6C;
}
</style>
border-color css
<style>
span { border-color: #E34A6C; }
span { border-color: rgb(227,74,108); }
td.TdClassName
{
border-color: #E34A6C;
}
.TagClassName
{
border-color: #E34A6C;
}
</style>