Shades of Cerise #EA2665
Tints of Cerise #EA2665
RGB
CMYK
RGB Variations
Color information
#EA2665 (or 0xEA2665) is known color: Cerise. HEX triplet: EA, 26 and 65. RGB value is (234,38,101). Sum of RGB (Red+Green+Blue) = 234+38+101=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2665 is #15D99A. Grayscale: #676767. Windows color (decimal): -1431963 or 6629098. OLE color: 6629098.
HSL color Cylindrical-coordinate representation of color #EA2665: hue angle of 340.71º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2665 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.08 |
| HSL | 340.71º | 0.82% | 0.53% | - |
| HSV(B) | 340.71º | 0.84% | 0.92% | - |
| XYZ | 36.97 | 19.82 | 14.19 | - |
| YUV | 103.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 101 | 0 | 0.84 | 0.57 | 0.08 | 340.71 | 0.82 | 0.53 |
| Hex | EA | 26 | 65 | 0 | 54 | 39 | 8 | 155 | 52 | 35 |
| Octal | 352 | 46 | 145 | 0 | 124 | 71 | 10 | 525 | 122 | 65 |
| Binary | 11101010 | 100110 | 1100101 | 0 | 1010100 | 111001 | 1000 | 101010101 | 1010010 | 110101 |
Color Harmonies of #EA2665
Complementary color
Monochromatic Colors of #EA2665
Black with #EA2665
Text Example
Text Example
White with #EA2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2665; }
p { color: rgb(234,38,101); }
H1.HeaderClassName
{
color: #EA2665;
}
.AnyTagClassName
{
color: #EA2665;
}
</style>
background-color css
<style>
a { background-color: #EA2665; }
a { background-color: rgb(234,38,101); }
div.DivClassName
{
background-color: #EA2665;
}
.BgClassName
{
background-color: #EA2665;
}
</style>
border-color css
<style>
span { border-color: #EA2665; }
span { border-color: rgb(234,38,101); }
td.TdClassName
{
border-color: #EA2665;
}
.TagClassName
{
border-color: #EA2665;
}
</style>