Shades of Crimson #EA0344
Tints of Crimson #EA0344
RGB
CMYK
RGB Variations
Color information
#EA0344 (or 0xEA0344) is known color: Crimson. HEX triplet: EA, 03 and 44. RGB value is (234,3,68). Sum of RGB (Red+Green+Blue) = 234+3+68=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0344 is #15FCBB. Grayscale: #4F4F4F. Windows color (decimal): -1440956 or 4457450. OLE color: 4457450.
HSL color Cylindrical-coordinate representation of color #EA0344: hue angle of 343.12º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0344 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.08 |
| HSL | 343.12º | 0.97% | 0.46% | - |
| HSV(B) | 343.12º | 0.99% | 0.92% | - |
| XYZ | 35.01 | 17.97 | 7.09 | - |
| YUV | 79.48 | 121.53 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 68 | 0 | 0.99 | 0.71 | 0.08 | 343.12 | 0.97 | 0.46 |
| Hex | EA | 3 | 44 | 0 | 63 | 47 | 8 | 157 | 61 | 2E |
| Octal | 352 | 3 | 104 | 0 | 143 | 107 | 10 | 527 | 141 | 56 |
| Binary | 11101010 | 11 | 1000100 | 0 | 1100011 | 1000111 | 1000 | 101010111 | 1100001 | 101110 |
Color Harmonies of #EA0344
Complementary color
Monochromatic Colors of #EA0344
Black with #EA0344
Text Example
Text Example
White with #EA0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0344; }
p { color: rgb(234,3,68); }
H1.HeaderClassName
{
color: #EA0344;
}
.AnyTagClassName
{
color: #EA0344;
}
</style>
background-color css
<style>
a { background-color: #EA0344; }
a { background-color: rgb(234,3,68); }
div.DivClassName
{
background-color: #EA0344;
}
.BgClassName
{
background-color: #EA0344;
}
</style>
border-color css
<style>
span { border-color: #EA0344; }
span { border-color: rgb(234,3,68); }
td.TdClassName
{
border-color: #EA0344;
}
.TagClassName
{
border-color: #EA0344;
}
</style>