Shades of Valencia #E65454
Tints of Valencia #E65454
RGB
CMYK
RGB Variations
Color information
#E65454 (or 0xE65454) is known color: Valencia. HEX triplet: E6, 54 and 54. RGB value is (230,84,84). Sum of RGB (Red+Green+Blue) = 230+84+84=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E65454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65454 is #19ABAB. Grayscale: #7F7F7F. Windows color (decimal): -1682348 or 5526758. OLE color: 5526758.
HSL color Cylindrical-coordinate representation of color #E65454: hue angle of 0º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65454 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 84 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.10 |
| HSL | 0º | 0.74% | 0.62% | - |
| HSV(B) | 0º | 0.63% | 0.9% | - |
| XYZ | 37.4 | 23.8 | 11.01 | - |
| YUV | 127.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 84 | 0 | 0.63 | 0.63 | 0.10 | 0 | 0.74 | 0.62 |
| Hex | E6 | 54 | 54 | 0 | 3F | 3F | A | 0 | 4A | 3E |
| Octal | 346 | 124 | 124 | 0 | 77 | 77 | 12 | 0 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1010100 | 0 | 111111 | 111111 | 1010 | 0 | 1001010 | 111110 |
Color Harmonies of #E65454
Complementary color
Monochromatic Colors of #E65454
Black with #E65454
Text Example
Text Example
White with #E65454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65454; }
p { color: rgb(230,84,84); }
H1.HeaderClassName
{
color: #E65454;
}
.AnyTagClassName
{
color: #E65454;
}
</style>
background-color css
<style>
a { background-color: #E65454; }
a { background-color: rgb(230,84,84); }
div.DivClassName
{
background-color: #E65454;
}
.BgClassName
{
background-color: #E65454;
}
</style>
border-color css
<style>
span { border-color: #E65454; }
span { border-color: rgb(230,84,84); }
td.TdClassName
{
border-color: #E65454;
}
.TagClassName
{
border-color: #E65454;
}
</style>