Shades of Cerise #EA4166
Tints of Cerise #EA4166
RGB
CMYK
RGB Variations
Color information
#EA4166 (or 0xEA4166) is known color: Cerise. HEX triplet: EA, 41 and 66. RGB value is (234,65,102). Sum of RGB (Red+Green+Blue) = 234+65+102=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4166 is #15BE99. Grayscale: #777777. Windows color (decimal): -1425050 or 6701546. OLE color: 6701546.
HSL color Cylindrical-coordinate representation of color #EA4166: hue angle of 346.86º 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 #EA4166 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 102 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.08 |
| HSL | 346.86º | 0.8% | 0.59% | - |
| HSV(B) | 346.86º | 0.72% | 0.92% | - |
| XYZ | 38.22 | 22.23 | 14.85 | - |
| YUV | 119.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 102 | 0 | 0.72 | 0.56 | 0.08 | 346.86 | 0.8 | 0.59 |
| Hex | EA | 41 | 66 | 0 | 48 | 38 | 8 | 15B | 50 | 3B |
| Octal | 352 | 101 | 146 | 0 | 110 | 70 | 10 | 533 | 120 | 73 |
| Binary | 11101010 | 1000001 | 1100110 | 0 | 1001000 | 111000 | 1000 | 101011011 | 1010000 | 111011 |
Color Harmonies of #EA4166
Complementary color
Monochromatic Colors of #EA4166
Black with #EA4166
Text Example
Text Example
White with #EA4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4166; }
p { color: rgb(234,65,102); }
H1.HeaderClassName
{
color: #EA4166;
}
.AnyTagClassName
{
color: #EA4166;
}
</style>
background-color css
<style>
a { background-color: #EA4166; }
a { background-color: rgb(234,65,102); }
div.DivClassName
{
background-color: #EA4166;
}
.BgClassName
{
background-color: #EA4166;
}
</style>
border-color css
<style>
span { border-color: #EA4166; }
span { border-color: rgb(234,65,102); }
td.TdClassName
{
border-color: #EA4166;
}
.TagClassName
{
border-color: #EA4166;
}
</style>