Shades of Brilliant Rose #EE4BAC
Tints of Brilliant Rose #EE4BAC
RGB
CMYK
RGB Variations
Color information
#EE4BAC (or 0xEE4BAC) is known color: Brilliant Rose. HEX triplet: EE, 4B and AC. RGB value is (238,75,172). Sum of RGB (Red+Green+Blue) = 238+75+172=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4BAC is #11B453. Grayscale: #868686. Windows color (decimal): -1160276 or 11291630. OLE color: 11291630.
HSL color Cylindrical-coordinate representation of color #EE4BAC: hue angle of 324.29º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4BAC is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 172 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.07 |
| HSL | 324.29º | 0.83% | 0.61% | - |
| HSV(B) | 324.29º | 0.68% | 0.93% | - |
| XYZ | 45.22 | 26.19 | 41.7 | - |
| YUV | 134.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 172 | 0 | 0.68 | 0.28 | 0.07 | 324.29 | 0.83 | 0.61 |
| Hex | EE | 4B | AC | 0 | 44 | 1C | 7 | 144 | 53 | 3D |
| Octal | 356 | 113 | 254 | 0 | 104 | 34 | 7 | 504 | 123 | 75 |
| Binary | 11101110 | 1001011 | 10101100 | 0 | 1000100 | 11100 | 111 | 101000100 | 1010011 | 111101 |
Color Harmonies of #EE4BAC
Complementary color
Monochromatic Colors of #EE4BAC
Black with #EE4BAC
Text Example
Text Example
White with #EE4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4BAC; }
p { color: rgb(238,75,172); }
H1.HeaderClassName
{
color: #EE4BAC;
}
.AnyTagClassName
{
color: #EE4BAC;
}
</style>
background-color css
<style>
a { background-color: #EE4BAC; }
a { background-color: rgb(238,75,172); }
div.DivClassName
{
background-color: #EE4BAC;
}
.BgClassName
{
background-color: #EE4BAC;
}
</style>
border-color css
<style>
span { border-color: #EE4BAC; }
span { border-color: rgb(238,75,172); }
td.TdClassName
{
border-color: #EE4BAC;
}
.TagClassName
{
border-color: #EE4BAC;
}
</style>