Shades of Ruby #E30B67
Tints of Ruby #E30B67
RGB
CMYK
RGB Variations
Color information
#E30B67 (or 0xE30B67) is known color: Ruby. HEX triplet: E3, 0B and 67. RGB value is (227,11,103). Sum of RGB (Red+Green+Blue) = 227+11+103=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30B67 is #1CF498. Grayscale: #555555. Windows color (decimal): -1897625 or 6753251. OLE color: 6753251.
HSL color Cylindrical-coordinate representation of color #E30B67: hue angle of 334.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B67 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 103 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.11 |
| HSL | 334.44º | 0.91% | 0.47% | - |
| HSV(B) | 334.44º | 0.95% | 0.89% | - |
| XYZ | 34.25 | 17.55 | 14.41 | - |
| YUV | 86.07 | 137.56 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 103 | 0 | 0.95 | 0.55 | 0.11 | 334.44 | 0.91 | 0.47 |
| Hex | E3 | B | 67 | 0 | 5F | 37 | B | 14E | 5B | 2F |
| Octal | 343 | 13 | 147 | 0 | 137 | 67 | 13 | 516 | 133 | 57 |
| Binary | 11100011 | 1011 | 1100111 | 0 | 1011111 | 110111 | 1011 | 101001110 | 1011011 | 101111 |
Color Harmonies of #E30B67
Complementary color
Monochromatic Colors of #E30B67
Black with #E30B67
Text Example
Text Example
White with #E30B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30B67; }
p { color: rgb(227,11,103); }
H1.HeaderClassName
{
color: #E30B67;
}
.AnyTagClassName
{
color: #E30B67;
}
</style>
background-color css
<style>
a { background-color: #E30B67; }
a { background-color: rgb(227,11,103); }
div.DivClassName
{
background-color: #E30B67;
}
.BgClassName
{
background-color: #E30B67;
}
</style>
border-color css
<style>
span { border-color: #E30B67; }
span { border-color: rgb(227,11,103); }
td.TdClassName
{
border-color: #E30B67;
}
.TagClassName
{
border-color: #E30B67;
}
</style>