Shades of Brilliant Rose #E243AB
Tints of Brilliant Rose #E243AB
RGB
CMYK
RGB Variations
Color information
#E243AB (or 0xE243AB) is known color: Brilliant Rose. HEX triplet: E2, 43 and AB. RGB value is (226,67,171). Sum of RGB (Red+Green+Blue) = 226+67+171=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E243AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E243AB is #1DBC54. Grayscale: #7E7E7E. Windows color (decimal): -1948757 or 11224034. OLE color: 11224034.
HSL color Cylindrical-coordinate representation of color #E243AB: hue angle of 320.75º 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 #E243AB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 171 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.11 |
| HSL | 320.75º | 0.73% | 0.57% | - |
| HSV(B) | 320.75º | 0.7% | 0.89% | - |
| XYZ | 40.72 | 23.12 | 40.85 | - |
| YUV | 126.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 171 | 0 | 0.70 | 0.24 | 0.11 | 320.75 | 0.73 | 0.57 |
| Hex | E2 | 43 | AB | 0 | 46 | 18 | B | 141 | 49 | 39 |
| Octal | 342 | 103 | 253 | 0 | 106 | 30 | 13 | 501 | 111 | 71 |
| Binary | 11100010 | 1000011 | 10101011 | 0 | 1000110 | 11000 | 1011 | 101000001 | 1001001 | 111001 |
Color Harmonies of #E243AB
Complementary color
Monochromatic Colors of #E243AB
Black with #E243AB
Text Example
Text Example
White with #E243AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E243AB; }
p { color: rgb(226,67,171); }
H1.HeaderClassName
{
color: #E243AB;
}
.AnyTagClassName
{
color: #E243AB;
}
</style>
background-color css
<style>
a { background-color: #E243AB; }
a { background-color: rgb(226,67,171); }
div.DivClassName
{
background-color: #E243AB;
}
.BgClassName
{
background-color: #E243AB;
}
</style>
border-color css
<style>
span { border-color: #E243AB; }
span { border-color: rgb(226,67,171); }
td.TdClassName
{
border-color: #E243AB;
}
.TagClassName
{
border-color: #E243AB;
}
</style>