Shades of Brilliant Rose #EE42AF
Tints of Brilliant Rose #EE42AF
RGB
CMYK
RGB Variations
Color information
#EE42AF (or 0xEE42AF) is known color: Brilliant Rose. HEX triplet: EE, 42 and AF. RGB value is (238,66,175). Sum of RGB (Red+Green+Blue) = 238+66+175=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42AF is #11BD50. Grayscale: #818181. Windows color (decimal): -1162577 or 11485934. OLE color: 11485934.
HSL color Cylindrical-coordinate representation of color #EE42AF: hue angle of 321.98º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42AF is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 175 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.07 |
| HSL | 321.98º | 0.83% | 0.6% | - |
| HSV(B) | 321.98º | 0.72% | 0.93% | - |
| XYZ | 44.95 | 25.17 | 43.05 | - |
| YUV | 129.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 175 | 0 | 0.72 | 0.26 | 0.07 | 321.98 | 0.83 | 0.6 |
| Hex | EE | 42 | AF | 0 | 48 | 1A | 7 | 142 | 53 | 3C |
| Octal | 356 | 102 | 257 | 0 | 110 | 32 | 7 | 502 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10101111 | 0 | 1001000 | 11010 | 111 | 101000010 | 1010011 | 111100 |
Color Harmonies of #EE42AF
Complementary color
Monochromatic Colors of #EE42AF
Black with #EE42AF
Text Example
Text Example
White with #EE42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42AF; }
p { color: rgb(238,66,175); }
H1.HeaderClassName
{
color: #EE42AF;
}
.AnyTagClassName
{
color: #EE42AF;
}
</style>
background-color css
<style>
a { background-color: #EE42AF; }
a { background-color: rgb(238,66,175); }
div.DivClassName
{
background-color: #EE42AF;
}
.BgClassName
{
background-color: #EE42AF;
}
</style>
border-color css
<style>
span { border-color: #EE42AF; }
span { border-color: rgb(238,66,175); }
td.TdClassName
{
border-color: #EE42AF;
}
.TagClassName
{
border-color: #EE42AF;
}
</style>