Shades of Valencia #E25752
Tints of Valencia #E25752
RGB
CMYK
RGB Variations
Color information
#E25752 (or 0xE25752) is known color: Valencia. HEX triplet: E2, 57 and 52. RGB value is (226,87,82). Sum of RGB (Red+Green+Blue) = 226+87+82=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E25752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25752 is #1DA8AD. Grayscale: #808080. Windows color (decimal): -1943726 or 5396450. OLE color: 5396450.
HSL color Cylindrical-coordinate representation of color #E25752: hue angle of 2.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25752 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 82 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.11 |
| HSL | 2.08º | 0.71% | 0.6% | - |
| HSV(B) | 2.08º | 0.64% | 0.89% | - |
| XYZ | 36.3 | 23.59 | 10.62 | - |
| YUV | 127.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 82 | 0 | 0.62 | 0.64 | 0.11 | 2.08 | 0.71 | 0.6 |
| Hex | E2 | 57 | 52 | 0 | 3E | 40 | B | 2 | 47 | 3C |
| Octal | 342 | 127 | 122 | 0 | 76 | 100 | 13 | 2 | 107 | 74 |
| Binary | 11100010 | 1010111 | 1010010 | 0 | 111110 | 1000000 | 1011 | 10 | 1000111 | 111100 |
Color Harmonies of #E25752
Complementary color
Monochromatic Colors of #E25752
Black with #E25752
Text Example
Text Example
White with #E25752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25752; }
p { color: rgb(226,87,82); }
H1.HeaderClassName
{
color: #E25752;
}
.AnyTagClassName
{
color: #E25752;
}
</style>
background-color css
<style>
a { background-color: #E25752; }
a { background-color: rgb(226,87,82); }
div.DivClassName
{
background-color: #E25752;
}
.BgClassName
{
background-color: #E25752;
}
</style>
border-color css
<style>
span { border-color: #E25752; }
span { border-color: rgb(226,87,82); }
td.TdClassName
{
border-color: #E25752;
}
.TagClassName
{
border-color: #E25752;
}
</style>