Shades of Violet Red #EB438A
Tints of Violet Red #EB438A
RGB
CMYK
RGB Variations
Color information
#EB438A (or 0xEB438A) is known color: Violet Red. HEX triplet: EB, 43 and 8A. RGB value is (235,67,138). Sum of RGB (Red+Green+Blue) = 235+67+138=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB438A is #14BC75. Grayscale: #7D7D7D. Windows color (decimal): -1358966 or 9061355. OLE color: 9061355.
HSL color Cylindrical-coordinate representation of color #EB438A: hue angle of 334.64º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB438A is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 138 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.08 |
| HSL | 334.64º | 0.81% | 0.59% | - |
| HSV(B) | 334.64º | 0.71% | 0.92% | - |
| XYZ | 40.86 | 23.51 | 26.43 | - |
| YUV | 125.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 138 | 0 | 0.71 | 0.41 | 0.08 | 334.64 | 0.81 | 0.59 |
| Hex | EB | 43 | 8A | 0 | 47 | 29 | 8 | 14F | 51 | 3B |
| Octal | 353 | 103 | 212 | 0 | 107 | 51 | 10 | 517 | 121 | 73 |
| Binary | 11101011 | 1000011 | 10001010 | 0 | 1000111 | 101001 | 1000 | 101001111 | 1010001 | 111011 |
Color Harmonies of #EB438A
Complementary color
Monochromatic Colors of #EB438A
Black with #EB438A
Text Example
Text Example
White with #EB438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB438A; }
p { color: rgb(235,67,138); }
H1.HeaderClassName
{
color: #EB438A;
}
.AnyTagClassName
{
color: #EB438A;
}
</style>
background-color css
<style>
a { background-color: #EB438A; }
a { background-color: rgb(235,67,138); }
div.DivClassName
{
background-color: #EB438A;
}
.BgClassName
{
background-color: #EB438A;
}
</style>
border-color css
<style>
span { border-color: #EB438A; }
span { border-color: rgb(235,67,138); }
td.TdClassName
{
border-color: #EB438A;
}
.TagClassName
{
border-color: #EB438A;
}
</style>