Shades of Wild Watermelon #E95465
Tints of Wild Watermelon #E95465
RGB
CMYK
RGB Variations
Color information
#E95465 (or 0xE95465) is known color: Wild Watermelon. HEX triplet: E9, 54 and 65. RGB value is (233,84,101). Sum of RGB (Red+Green+Blue) = 233+84+101=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E95465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95465 is #16AB9A. Grayscale: #828282. Windows color (decimal): -1485723 or 6640873. OLE color: 6640873.
HSL color Cylindrical-coordinate representation of color #E95465: hue angle of 353.15º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95465 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 101 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.09 |
| HSL | 353.15º | 0.77% | 0.62% | - |
| HSV(B) | 353.15º | 0.64% | 0.91% | - |
| XYZ | 39.12 | 24.6 | 15 | - |
| YUV | 130.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 101 | 0 | 0.64 | 0.57 | 0.09 | 353.15 | 0.77 | 0.62 |
| Hex | E9 | 54 | 65 | 0 | 40 | 39 | 9 | 161 | 4D | 3E |
| Octal | 351 | 124 | 145 | 0 | 100 | 71 | 11 | 541 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1100101 | 0 | 1000000 | 111001 | 1001 | 101100001 | 1001101 | 111110 |
Color Harmonies of #E95465
Complementary color
Monochromatic Colors of #E95465
Black with #E95465
Text Example
Text Example
White with #E95465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95465; }
p { color: rgb(233,84,101); }
H1.HeaderClassName
{
color: #E95465;
}
.AnyTagClassName
{
color: #E95465;
}
</style>
background-color css
<style>
a { background-color: #E95465; }
a { background-color: rgb(233,84,101); }
div.DivClassName
{
background-color: #E95465;
}
.BgClassName
{
background-color: #E95465;
}
</style>
border-color css
<style>
span { border-color: #E95465; }
span { border-color: rgb(233,84,101); }
td.TdClassName
{
border-color: #E95465;
}
.TagClassName
{
border-color: #E95465;
}
</style>