Shades of Brilliant Rose #E243AF
Tints of Brilliant Rose #E243AF
RGB
CMYK
RGB Variations
Color information
#E243AF (or 0xE243AF) is known color: Brilliant Rose. HEX triplet: E2, 43 and AF. RGB value is (226,67,175). Sum of RGB (Red+Green+Blue) = 226+67+175=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E243AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E243AF is #1DBC50. Grayscale: #7E7E7E. Windows color (decimal): -1948753 or 11486178. OLE color: 11486178.
HSL color Cylindrical-coordinate representation of color #E243AF: hue angle of 319.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E243AF is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 175 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.11 |
| HSL | 319.25º | 0.73% | 0.57% | - |
| HSV(B) | 319.25º | 0.7% | 0.89% | - |
| XYZ | 41.11 | 23.28 | 42.88 | - |
| YUV | 126.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 175 | 0 | 0.70 | 0.23 | 0.11 | 319.25 | 0.73 | 0.57 |
| Hex | E2 | 43 | AF | 0 | 46 | 17 | B | 13F | 49 | 39 |
| Octal | 342 | 103 | 257 | 0 | 106 | 27 | 13 | 477 | 111 | 71 |
| Binary | 11100010 | 1000011 | 10101111 | 0 | 1000110 | 10111 | 1011 | 100111111 | 1001001 | 111001 |
Color Harmonies of #E243AF
Complementary color
Monochromatic Colors of #E243AF
Black with #E243AF
Text Example
Text Example
White with #E243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E243AF; }
p { color: rgb(226,67,175); }
H1.HeaderClassName
{
color: #E243AF;
}
.AnyTagClassName
{
color: #E243AF;
}
</style>
background-color css
<style>
a { background-color: #E243AF; }
a { background-color: rgb(226,67,175); }
div.DivClassName
{
background-color: #E243AF;
}
.BgClassName
{
background-color: #E243AF;
}
</style>
border-color css
<style>
span { border-color: #E243AF; }
span { border-color: rgb(226,67,175); }
td.TdClassName
{
border-color: #E243AF;
}
.TagClassName
{
border-color: #E243AF;
}
</style>