Shades of Cranberry #EA4A6C
Tints of Cranberry #EA4A6C
RGB
CMYK
RGB Variations
Color information
#EA4A6C (or 0xEA4A6C) is known color: Cranberry. HEX triplet: EA, 4A and 6C. RGB value is (234,74,108). Sum of RGB (Red+Green+Blue) = 234+74+108=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A6C is #15B593. Grayscale: #7D7D7D. Windows color (decimal): -1422740 or 7097066. OLE color: 7097066.
HSL color Cylindrical-coordinate representation of color #EA4A6C: hue angle of 347.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A6C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 108 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.08 |
| HSL | 347.25º | 0.79% | 0.6% | - |
| HSV(B) | 347.25º | 0.68% | 0.92% | - |
| XYZ | 39.09 | 23.47 | 16.66 | - |
| YUV | 125.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 108 | 0 | 0.68 | 0.54 | 0.08 | 347.25 | 0.79 | 0.6 |
| Hex | EA | 4A | 6C | 0 | 44 | 36 | 8 | 15B | 4F | 3C |
| Octal | 352 | 112 | 154 | 0 | 104 | 66 | 10 | 533 | 117 | 74 |
| Binary | 11101010 | 1001010 | 1101100 | 0 | 1000100 | 110110 | 1000 | 101011011 | 1001111 | 111100 |
Color Harmonies of #EA4A6C
Complementary color
Monochromatic Colors of #EA4A6C
Black with #EA4A6C
Text Example
Text Example
White with #EA4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A6C; }
p { color: rgb(234,74,108); }
H1.HeaderClassName
{
color: #EA4A6C;
}
.AnyTagClassName
{
color: #EA4A6C;
}
</style>
background-color css
<style>
a { background-color: #EA4A6C; }
a { background-color: rgb(234,74,108); }
div.DivClassName
{
background-color: #EA4A6C;
}
.BgClassName
{
background-color: #EA4A6C;
}
</style>
border-color css
<style>
span { border-color: #EA4A6C; }
span { border-color: rgb(234,74,108); }
td.TdClassName
{
border-color: #EA4A6C;
}
.TagClassName
{
border-color: #EA4A6C;
}
</style>