Shades of Valencia #E65353
Tints of Valencia #E65353
RGB
CMYK
RGB Variations
Color information
#E65353 (or 0xE65353) is known color: Valencia. HEX triplet: E6, 53 and 53. RGB value is (230,83,83). Sum of RGB (Red+Green+Blue) = 230+83+83=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E65353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65353 is #19ACAC. Grayscale: #7F7F7F. Windows color (decimal): -1682605 or 5460966. OLE color: 5460966.
HSL color Cylindrical-coordinate representation of color #E65353: 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.64%. Process color model (Four color, CMYK) of #E65353 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 83 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.10 |
| HSL | 0º | 0.75% | 0.61% | - |
| HSV(B) | 0º | 0.64% | 0.9% | - |
| XYZ | 37.29 | 23.63 | 10.78 | - |
| YUV | 126.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 83 | 0 | 0.64 | 0.64 | 0.10 | 0 | 0.75 | 0.61 |
| Hex | E6 | 53 | 53 | 0 | 40 | 40 | A | 0 | 4B | 3D |
| Octal | 346 | 123 | 123 | 0 | 100 | 100 | 12 | 0 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1010011 | 0 | 1000000 | 1000000 | 1010 | 0 | 1001011 | 111101 |
Color Harmonies of #E65353
Complementary color
Monochromatic Colors of #E65353
Black with #E65353
Text Example
Text Example
White with #E65353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65353; }
p { color: rgb(230,83,83); }
H1.HeaderClassName
{
color: #E65353;
}
.AnyTagClassName
{
color: #E65353;
}
</style>
background-color css
<style>
a { background-color: #E65353; }
a { background-color: rgb(230,83,83); }
div.DivClassName
{
background-color: #E65353;
}
.BgClassName
{
background-color: #E65353;
}
</style>
border-color css
<style>
span { border-color: #E65353; }
span { border-color: rgb(230,83,83); }
td.TdClassName
{
border-color: #E65353;
}
.TagClassName
{
border-color: #E65353;
}
</style>