Shades of Cranberry #EA4271
Tints of Cranberry #EA4271
RGB
CMYK
RGB Variations
Color information
#EA4271 (or 0xEA4271) is known color: Cranberry. HEX triplet: EA, 42 and 71. RGB value is (234,66,113). Sum of RGB (Red+Green+Blue) = 234+66+113=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4271 is #15BD8E. Grayscale: #797979. Windows color (decimal): -1424783 or 7422698. OLE color: 7422698.
HSL color Cylindrical-coordinate representation of color #EA4271: hue angle of 343.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4271 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 113 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.08 |
| HSL | 343.21º | 0.8% | 0.59% | - |
| HSV(B) | 343.21º | 0.72% | 0.92% | - |
| XYZ | 38.86 | 22.58 | 17.93 | - |
| YUV | 121.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 113 | 0 | 0.72 | 0.52 | 0.08 | 343.21 | 0.8 | 0.59 |
| Hex | EA | 42 | 71 | 0 | 48 | 34 | 8 | 157 | 50 | 3B |
| Octal | 352 | 102 | 161 | 0 | 110 | 64 | 10 | 527 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1110001 | 0 | 1001000 | 110100 | 1000 | 101010111 | 1010000 | 111011 |
Color Harmonies of #EA4271
Complementary color
Monochromatic Colors of #EA4271
Black with #EA4271
Text Example
Text Example
White with #EA4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4271; }
p { color: rgb(234,66,113); }
H1.HeaderClassName
{
color: #EA4271;
}
.AnyTagClassName
{
color: #EA4271;
}
</style>
background-color css
<style>
a { background-color: #EA4271; }
a { background-color: rgb(234,66,113); }
div.DivClassName
{
background-color: #EA4271;
}
.BgClassName
{
background-color: #EA4271;
}
</style>
border-color css
<style>
span { border-color: #EA4271; }
span { border-color: rgb(234,66,113); }
td.TdClassName
{
border-color: #EA4271;
}
.TagClassName
{
border-color: #EA4271;
}
</style>