Shades of Valencia #E74B4B
Tints of Valencia #E74B4B
RGB
CMYK
RGB Variations
Color information
#E74B4B (or 0xE74B4B) is known color: Valencia. HEX triplet: E7, 4B and 4B. RGB value is (231,75,75). Sum of RGB (Red+Green+Blue) = 231+75+75=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74B4B is #18B4B4. Grayscale: #797979. Windows color (decimal): -1619125 or 4934631. OLE color: 4934631.
HSL color Cylindrical-coordinate representation of color #E74B4B: hue angle of 0º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B4B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 75 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.09 |
| HSL | 0º | 0.76% | 0.6% | - |
| HSV(B) | 0º | 0.68% | 0.91% | - |
| XYZ | 36.74 | 22.53 | 9.07 | - |
| YUV | 121.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 75 | 0 | 0.68 | 0.68 | 0.09 | 0 | 0.76 | 0.6 |
| Hex | E7 | 4B | 4B | 0 | 44 | 44 | 9 | 0 | 4C | 3C |
| Octal | 347 | 113 | 113 | 0 | 104 | 104 | 11 | 0 | 114 | 74 |
| Binary | 11100111 | 1001011 | 1001011 | 0 | 1000100 | 1000100 | 1001 | 0 | 1001100 | 111100 |
Color Harmonies of #E74B4B
Complementary color
Monochromatic Colors of #E74B4B
Black with #E74B4B
Text Example
Text Example
White with #E74B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74B4B; }
p { color: rgb(231,75,75); }
H1.HeaderClassName
{
color: #E74B4B;
}
.AnyTagClassName
{
color: #E74B4B;
}
</style>
background-color css
<style>
a { background-color: #E74B4B; }
a { background-color: rgb(231,75,75); }
div.DivClassName
{
background-color: #E74B4B;
}
.BgClassName
{
background-color: #E74B4B;
}
</style>
border-color css
<style>
span { border-color: #E74B4B; }
span { border-color: rgb(231,75,75); }
td.TdClassName
{
border-color: #E74B4B;
}
.TagClassName
{
border-color: #E74B4B;
}
</style>