Shades of Razzmatazz #EA0665
Tints of Razzmatazz #EA0665
RGB
CMYK
RGB Variations
Color information
#EA0665 (or 0xEA0665) is known color: Razzmatazz. HEX triplet: EA, 06 and 65. RGB value is (234,6,101). Sum of RGB (Red+Green+Blue) = 234+6+101=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0665 is #15F99A. Grayscale: #545454. Windows color (decimal): -1440155 or 6620906. OLE color: 6620906.
HSL color Cylindrical-coordinate representation of color #EA0665: hue angle of 335º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0665 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.08 |
| HSL | 335º | 0.95% | 0.47% | - |
| HSV(B) | 335º | 0.97% | 0.92% | - |
| XYZ | 36.35 | 18.56 | 13.98 | - |
| YUV | 85 | 137.04 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 101 | 0 | 0.97 | 0.57 | 0.08 | 335 | 0.95 | 0.47 |
| Hex | EA | 6 | 65 | 0 | 61 | 39 | 8 | 14F | 5F | 2F |
| Octal | 352 | 6 | 145 | 0 | 141 | 71 | 10 | 517 | 137 | 57 |
| Binary | 11101010 | 110 | 1100101 | 0 | 1100001 | 111001 | 1000 | 101001111 | 1011111 | 101111 |
Color Harmonies of #EA0665
Complementary color
Monochromatic Colors of #EA0665
Black with #EA0665
Text Example
Text Example
White with #EA0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0665; }
p { color: rgb(234,6,101); }
H1.HeaderClassName
{
color: #EA0665;
}
.AnyTagClassName
{
color: #EA0665;
}
</style>
background-color css
<style>
a { background-color: #EA0665; }
a { background-color: rgb(234,6,101); }
div.DivClassName
{
background-color: #EA0665;
}
.BgClassName
{
background-color: #EA0665;
}
</style>
border-color css
<style>
span { border-color: #EA0665; }
span { border-color: rgb(234,6,101); }
td.TdClassName
{
border-color: #EA0665;
}
.TagClassName
{
border-color: #EA0665;
}
</style>