Shades of Cranberry #EA4E6A
Tints of Cranberry #EA4E6A
RGB
CMYK
RGB Variations
Color information
#EA4E6A (or 0xEA4E6A) is known color: Cranberry. HEX triplet: EA, 4E and 6A. RGB value is (234,78,106). Sum of RGB (Red+Green+Blue) = 234+78+106=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E6A is #15B195. Grayscale: #7F7F7F. Windows color (decimal): -1421718 or 6967018. OLE color: 6967018.
HSL color Cylindrical-coordinate representation of color #EA4E6A: hue angle of 349.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4E6A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 78 | 106 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.08 |
| HSL | 349.23º | 0.79% | 0.61% | - |
| HSV(B) | 349.23º | 0.67% | 0.92% | - |
| XYZ | 39.26 | 23.98 | 16.2 | - |
| YUV | 127.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 78 | 106 | 0 | 0.67 | 0.55 | 0.08 | 349.23 | 0.79 | 0.61 |
| Hex | EA | 4E | 6A | 0 | 43 | 37 | 8 | 15D | 4F | 3D |
| Octal | 352 | 116 | 152 | 0 | 103 | 67 | 10 | 535 | 117 | 75 |
| Binary | 11101010 | 1001110 | 1101010 | 0 | 1000011 | 110111 | 1000 | 101011101 | 1001111 | 111101 |
Color Harmonies of #EA4E6A
Complementary color
Monochromatic Colors of #EA4E6A
Black with #EA4E6A
Text Example
Text Example
White with #EA4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4E6A; }
p { color: rgb(234,78,106); }
H1.HeaderClassName
{
color: #EA4E6A;
}
.AnyTagClassName
{
color: #EA4E6A;
}
</style>
background-color css
<style>
a { background-color: #EA4E6A; }
a { background-color: rgb(234,78,106); }
div.DivClassName
{
background-color: #EA4E6A;
}
.BgClassName
{
background-color: #EA4E6A;
}
</style>
border-color css
<style>
span { border-color: #EA4E6A; }
span { border-color: rgb(234,78,106); }
td.TdClassName
{
border-color: #EA4E6A;
}
.TagClassName
{
border-color: #EA4E6A;
}
</style>