Shades of Brilliant Rose #EC67A2
Tints of Brilliant Rose #EC67A2
RGB
CMYK
RGB Variations
Color information
#EC67A2 (or 0xEC67A2) is known color: Brilliant Rose. HEX triplet: EC, 67 and A2. RGB value is (236,103,162). Sum of RGB (Red+Green+Blue) = 236+103+162=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67A2 is #13985D. Grayscale: #959595. Windows color (decimal): -1284190 or 10643436. OLE color: 10643436.
HSL color Cylindrical-coordinate representation of color #EC67A2: hue angle of 333.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67A2 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 162 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.07 |
| HSL | 333.38º | 0.78% | 0.66% | - |
| HSV(B) | 333.38º | 0.56% | 0.93% | - |
| XYZ | 45.96 | 30.14 | 37.58 | - |
| YUV | 149.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 162 | 0 | 0.56 | 0.31 | 0.07 | 333.38 | 0.78 | 0.66 |
| Hex | EC | 67 | A2 | 0 | 38 | 1F | 7 | 14D | 4E | 42 |
| Octal | 354 | 147 | 242 | 0 | 70 | 37 | 7 | 515 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10100010 | 0 | 111000 | 11111 | 111 | 101001101 | 1001110 | 1000010 |
Color Harmonies of #EC67A2
Complementary color
Monochromatic Colors of #EC67A2
Black with #EC67A2
Text Example
Text Example
White with #EC67A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67A2; }
p { color: rgb(236,103,162); }
H1.HeaderClassName
{
color: #EC67A2;
}
.AnyTagClassName
{
color: #EC67A2;
}
</style>
background-color css
<style>
a { background-color: #EC67A2; }
a { background-color: rgb(236,103,162); }
div.DivClassName
{
background-color: #EC67A2;
}
.BgClassName
{
background-color: #EC67A2;
}
</style>
border-color css
<style>
span { border-color: #EC67A2; }
span { border-color: rgb(236,103,162); }
td.TdClassName
{
border-color: #EC67A2;
}
.TagClassName
{
border-color: #EC67A2;
}
</style>