Shades of Brilliant Rose #EE4CAE
Tints of Brilliant Rose #EE4CAE
RGB
CMYK
RGB Variations
Color information
#EE4CAE (or 0xEE4CAE) is known color: Brilliant Rose. HEX triplet: EE, 4C and AE. RGB value is (238,76,174). Sum of RGB (Red+Green+Blue) = 238+76+174=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4CAE is #11B351. Grayscale: #878787. Windows color (decimal): -1160018 or 11422958. OLE color: 11422958.
HSL color Cylindrical-coordinate representation of color #EE4CAE: hue angle of 323.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4CAE is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 174 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.07 |
| HSL | 323.7º | 0.83% | 0.62% | - |
| HSV(B) | 323.7º | 0.68% | 0.93% | - |
| XYZ | 45.48 | 26.4 | 42.74 | - |
| YUV | 135.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 174 | 0 | 0.68 | 0.27 | 0.07 | 323.7 | 0.83 | 0.62 |
| Hex | EE | 4C | AE | 0 | 44 | 1B | 7 | 144 | 53 | 3E |
| Octal | 356 | 114 | 256 | 0 | 104 | 33 | 7 | 504 | 123 | 76 |
| Binary | 11101110 | 1001100 | 10101110 | 0 | 1000100 | 11011 | 111 | 101000100 | 1010011 | 111110 |
Color Harmonies of #EE4CAE
Complementary color
Monochromatic Colors of #EE4CAE
Black with #EE4CAE
Text Example
Text Example
White with #EE4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4CAE; }
p { color: rgb(238,76,174); }
H1.HeaderClassName
{
color: #EE4CAE;
}
.AnyTagClassName
{
color: #EE4CAE;
}
</style>
background-color css
<style>
a { background-color: #EE4CAE; }
a { background-color: rgb(238,76,174); }
div.DivClassName
{
background-color: #EE4CAE;
}
.BgClassName
{
background-color: #EE4CAE;
}
</style>
border-color css
<style>
span { border-color: #EE4CAE; }
span { border-color: rgb(238,76,174); }
td.TdClassName
{
border-color: #EE4CAE;
}
.TagClassName
{
border-color: #EE4CAE;
}
</style>