Shades of Brilliant Rose #EF5CA2
Tints of Brilliant Rose #EF5CA2
RGB
CMYK
RGB Variations
Color information
#EF5CA2 (or 0xEF5CA2) is known color: Brilliant Rose. HEX triplet: EF, 5C and A2. RGB value is (239,92,162). Sum of RGB (Red+Green+Blue) = 239+92+162=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5CA2 is #10A35D. Grayscale: #8F8F8F. Windows color (decimal): -1090398 or 10640623. OLE color: 10640623.
HSL color Cylindrical-coordinate representation of color #EF5CA2: hue angle of 331.43º 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 #EF5CA2 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 162 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.06 |
| HSL | 331.43º | 0.82% | 0.65% | - |
| HSV(B) | 331.43º | 0.62% | 0.94% | - |
| XYZ | 45.95 | 28.61 | 37.28 | - |
| YUV | 143.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 162 | 0 | 0.62 | 0.32 | 0.06 | 331.43 | 0.82 | 0.65 |
| Hex | EF | 5C | A2 | 0 | 3E | 20 | 6 | 14B | 52 | 41 |
| Octal | 357 | 134 | 242 | 0 | 76 | 40 | 6 | 513 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10100010 | 0 | 111110 | 100000 | 110 | 101001011 | 1010010 | 1000001 |
Color Harmonies of #EF5CA2
Complementary color
Monochromatic Colors of #EF5CA2
Black with #EF5CA2
Text Example
Text Example
White with #EF5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5CA2; }
p { color: rgb(239,92,162); }
H1.HeaderClassName
{
color: #EF5CA2;
}
.AnyTagClassName
{
color: #EF5CA2;
}
</style>
background-color css
<style>
a { background-color: #EF5CA2; }
a { background-color: rgb(239,92,162); }
div.DivClassName
{
background-color: #EF5CA2;
}
.BgClassName
{
background-color: #EF5CA2;
}
</style>
border-color css
<style>
span { border-color: #EF5CA2; }
span { border-color: rgb(239,92,162); }
td.TdClassName
{
border-color: #EF5CA2;
}
.TagClassName
{
border-color: #EF5CA2;
}
</style>