Shades of Jazzberry Jam #AE014E
Tints of Jazzberry Jam #AE014E
RGB
CMYK
RGB Variations
Color information
#AE014E (or 0xAE014E) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 4E. RGB value is (174,1,78). Sum of RGB (Red+Green+Blue) = 174+1+78=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE014E is #51FEB1. Grayscale: #3D3D3D. Windows color (decimal): -5373618 or 5112238. OLE color: 5112238.
HSL color Cylindrical-coordinate representation of color #AE014E: hue angle of 333.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE014E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.32 |
| HSL | 333.29º | 0.99% | 0.34% | - |
| HSV(B) | 333.29º | 0.99% | 0.68% | - |
| XYZ | 18.84 | 9.57 | 8.06 | - |
| YUV | 61.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 78 | 0 | 0.99 | 0.55 | 0.32 | 333.29 | 0.99 | 0.34 |
| Hex | AE | 1 | 4E | 0 | 63 | 37 | 20 | 14D | 63 | 22 |
| Octal | 256 | 1 | 116 | 0 | 143 | 67 | 40 | 515 | 143 | 42 |
| Binary | 10101110 | 1 | 1001110 | 0 | 1100011 | 110111 | 100000 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AE014E
Complementary color
Monochromatic Colors of #AE014E
Black with #AE014E
Text Example
Text Example
White with #AE014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE014E; }
p { color: rgb(174,1,78); }
H1.HeaderClassName
{
color: #AE014E;
}
.AnyTagClassName
{
color: #AE014E;
}
</style>
background-color css
<style>
a { background-color: #AE014E; }
a { background-color: rgb(174,1,78); }
div.DivClassName
{
background-color: #AE014E;
}
.BgClassName
{
background-color: #AE014E;
}
</style>
border-color css
<style>
span { border-color: #AE014E; }
span { border-color: rgb(174,1,78); }
td.TdClassName
{
border-color: #AE014E;
}
.TagClassName
{
border-color: #AE014E;
}
</style>