Shades of Brilliant Rose #E358AF
Tints of Brilliant Rose #E358AF
RGB
CMYK
RGB Variations
Color information
#E358AF (or 0xE358AF) is known color: Brilliant Rose. HEX triplet: E3, 58 and AF. RGB value is (227,88,175). Sum of RGB (Red+Green+Blue) = 227+88+175=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E358AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E358AF is #1CA750. Grayscale: #8B8B8B. Windows color (decimal): -1877841 or 11491555. OLE color: 11491555.
HSL color Cylindrical-coordinate representation of color #E358AF: hue angle of 322.45º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358AF is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 175 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.11 |
| HSL | 322.45º | 0.71% | 0.62% | - |
| HSV(B) | 322.45º | 0.61% | 0.89% | - |
| XYZ | 42.91 | 26.41 | 43.39 | - |
| YUV | 139.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 175 | 0 | 0.61 | 0.23 | 0.11 | 322.45 | 0.71 | 0.62 |
| Hex | E3 | 58 | AF | 0 | 3D | 17 | B | 142 | 47 | 3E |
| Octal | 343 | 130 | 257 | 0 | 75 | 27 | 13 | 502 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10101111 | 0 | 111101 | 10111 | 1011 | 101000010 | 1000111 | 111110 |
Color Harmonies of #E358AF
Complementary color
Monochromatic Colors of #E358AF
Black with #E358AF
Text Example
Text Example
White with #E358AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358AF; }
p { color: rgb(227,88,175); }
H1.HeaderClassName
{
color: #E358AF;
}
.AnyTagClassName
{
color: #E358AF;
}
</style>
background-color css
<style>
a { background-color: #E358AF; }
a { background-color: rgb(227,88,175); }
div.DivClassName
{
background-color: #E358AF;
}
.BgClassName
{
background-color: #E358AF;
}
</style>
border-color css
<style>
span { border-color: #E358AF; }
span { border-color: rgb(227,88,175); }
td.TdClassName
{
border-color: #E358AF;
}
.TagClassName
{
border-color: #E358AF;
}
</style>