Shades of Valencia #E65151
Tints of Valencia #E65151
RGB
CMYK
RGB Variations
Color information
#E65151 (or 0xE65151) is known color: Valencia. HEX triplet: E6, 51 and 51. RGB value is (230,81,81). Sum of RGB (Red+Green+Blue) = 230+81+81=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E65151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65151 is #19AEAE. Grayscale: #7D7D7D. Windows color (decimal): -1683119 or 5329382. OLE color: 5329382.
HSL color Cylindrical-coordinate representation of color #E65151: hue angle of 0º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65151 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 81 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.10 |
| HSL | 0º | 0.75% | 0.61% | - |
| HSV(B) | 0º | 0.65% | 0.9% | - |
| XYZ | 37.06 | 23.3 | 10.33 | - |
| YUV | 125.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 81 | 0 | 0.65 | 0.65 | 0.10 | 0 | 0.75 | 0.61 |
| Hex | E6 | 51 | 51 | 0 | 41 | 41 | A | 0 | 4B | 3D |
| Octal | 346 | 121 | 121 | 0 | 101 | 101 | 12 | 0 | 113 | 75 |
| Binary | 11100110 | 1010001 | 1010001 | 0 | 1000001 | 1000001 | 1010 | 0 | 1001011 | 111101 |
Color Harmonies of #E65151
Complementary color
Monochromatic Colors of #E65151
Black with #E65151
Text Example
Text Example
White with #E65151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65151; }
p { color: rgb(230,81,81); }
H1.HeaderClassName
{
color: #E65151;
}
.AnyTagClassName
{
color: #E65151;
}
</style>
background-color css
<style>
a { background-color: #E65151; }
a { background-color: rgb(230,81,81); }
div.DivClassName
{
background-color: #E65151;
}
.BgClassName
{
background-color: #E65151;
}
</style>
border-color css
<style>
span { border-color: #E65151; }
span { border-color: rgb(230,81,81); }
td.TdClassName
{
border-color: #E65151;
}
.TagClassName
{
border-color: #E65151;
}
</style>