Shades of Brilliant Rose #EF5AA1
Tints of Brilliant Rose #EF5AA1
RGB
CMYK
RGB Variations
Color information
#EF5AA1 (or 0xEF5AA1) is known color: Brilliant Rose. HEX triplet: EF, 5A and A1. RGB value is (239,90,161). Sum of RGB (Red+Green+Blue) = 239+90+161=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AA1 is #10A55E. Grayscale: #8E8E8E. Windows color (decimal): -1090911 or 10574575. OLE color: 10574575.
HSL color Cylindrical-coordinate representation of color #EF5AA1: hue angle of 331.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5AA1 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 161 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.06 |
| HSL | 331.41º | 0.82% | 0.65% | - |
| HSV(B) | 331.41º | 0.62% | 0.94% | - |
| XYZ | 45.69 | 28.24 | 36.76 | - |
| YUV | 142.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 161 | 0 | 0.62 | 0.33 | 0.06 | 331.41 | 0.82 | 0.65 |
| Hex | EF | 5A | A1 | 0 | 3E | 21 | 6 | 14B | 52 | 41 |
| Octal | 357 | 132 | 241 | 0 | 76 | 41 | 6 | 513 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10100001 | 0 | 111110 | 100001 | 110 | 101001011 | 1010010 | 1000001 |
Color Harmonies of #EF5AA1
Complementary color
Monochromatic Colors of #EF5AA1
Black with #EF5AA1
Text Example
Text Example
White with #EF5AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5AA1; }
p { color: rgb(239,90,161); }
H1.HeaderClassName
{
color: #EF5AA1;
}
.AnyTagClassName
{
color: #EF5AA1;
}
</style>
background-color css
<style>
a { background-color: #EF5AA1; }
a { background-color: rgb(239,90,161); }
div.DivClassName
{
background-color: #EF5AA1;
}
.BgClassName
{
background-color: #EF5AA1;
}
</style>
border-color css
<style>
span { border-color: #EF5AA1; }
span { border-color: rgb(239,90,161); }
td.TdClassName
{
border-color: #EF5AA1;
}
.TagClassName
{
border-color: #EF5AA1;
}
</style>