Shades of Brilliant Rose #EF64A3
Tints of Brilliant Rose #EF64A3
RGB
CMYK
RGB Variations
Color information
#EF64A3 (or 0xEF64A3) is known color: Brilliant Rose. HEX triplet: EF, 64 and A3. RGB value is (239,100,163). Sum of RGB (Red+Green+Blue) = 239+100+163=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64A3 is #109B5C. Grayscale: #949494. Windows color (decimal): -1088349 or 10708207. OLE color: 10708207.
HSL color Cylindrical-coordinate representation of color #EF64A3: hue angle of 332.81º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64A3 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 163 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.06 |
| HSL | 332.81º | 0.81% | 0.66% | - |
| HSV(B) | 332.81º | 0.58% | 0.94% | - |
| XYZ | 46.76 | 30.11 | 38 | - |
| YUV | 148.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 163 | 0 | 0.58 | 0.32 | 0.06 | 332.81 | 0.81 | 0.66 |
| Hex | EF | 64 | A3 | 0 | 3A | 20 | 6 | 14D | 51 | 42 |
| Octal | 357 | 144 | 243 | 0 | 72 | 40 | 6 | 515 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10100011 | 0 | 111010 | 100000 | 110 | 101001101 | 1010001 | 1000010 |
Color Harmonies of #EF64A3
Complementary color
Monochromatic Colors of #EF64A3
Black with #EF64A3
Text Example
Text Example
White with #EF64A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64A3; }
p { color: rgb(239,100,163); }
H1.HeaderClassName
{
color: #EF64A3;
}
.AnyTagClassName
{
color: #EF64A3;
}
</style>
background-color css
<style>
a { background-color: #EF64A3; }
a { background-color: rgb(239,100,163); }
div.DivClassName
{
background-color: #EF64A3;
}
.BgClassName
{
background-color: #EF64A3;
}
</style>
border-color css
<style>
span { border-color: #EF64A3; }
span { border-color: rgb(239,100,163); }
td.TdClassName
{
border-color: #EF64A3;
}
.TagClassName
{
border-color: #EF64A3;
}
</style>