Shades of Violet Red #EE358B
Tints of Violet Red #EE358B
RGB
CMYK
RGB Variations
Color information
#EE358B (or 0xEE358B) is known color: Violet Red. HEX triplet: EE, 35 and 8B. RGB value is (238,53,139). Sum of RGB (Red+Green+Blue) = 238+53+139=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358B is #11CA74. Grayscale: #757575. Windows color (decimal): -1165941 or 9123310. OLE color: 9123310.
HSL color Cylindrical-coordinate representation of color #EE358B: hue angle of 332.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE358B is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.11º | 0.84% | 0.57% | - |
| HSV(B) | 332.11º | 0.78% | 0.93% | - |
| XYZ | 41.19 | 22.59 | 26.61 | - |
| YUV | 118.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 139 | 0 | 0.78 | 0.42 | 0.07 | 332.11 | 0.84 | 0.57 |
| Hex | EE | 35 | 8B | 0 | 4E | 2A | 7 | 14C | 54 | 39 |
| Octal | 356 | 65 | 213 | 0 | 116 | 52 | 7 | 514 | 124 | 71 |
| Binary | 11101110 | 110101 | 10001011 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010100 | 111001 |
Color Harmonies of #EE358B
Complementary color
Monochromatic Colors of #EE358B
Black with #EE358B
Text Example
Text Example
White with #EE358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE358B; }
p { color: rgb(238,53,139); }
H1.HeaderClassName
{
color: #EE358B;
}
.AnyTagClassName
{
color: #EE358B;
}
</style>
background-color css
<style>
a { background-color: #EE358B; }
a { background-color: rgb(238,53,139); }
div.DivClassName
{
background-color: #EE358B;
}
.BgClassName
{
background-color: #EE358B;
}
</style>
border-color css
<style>
span { border-color: #EE358B; }
span { border-color: rgb(238,53,139); }
td.TdClassName
{
border-color: #EE358B;
}
.TagClassName
{
border-color: #EE358B;
}
</style>