Shades of Brilliant Rose #EE42B3
Tints of Brilliant Rose #EE42B3
RGB
CMYK
RGB Variations
Color information
#EE42B3 (or 0xEE42B3) is known color: Brilliant Rose. HEX triplet: EE, 42 and B3. RGB value is (238,66,179). Sum of RGB (Red+Green+Blue) = 238+66+179=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42B3 is #11BD4C. Grayscale: #828282. Windows color (decimal): -1162573 or 11748078. OLE color: 11748078.
HSL color Cylindrical-coordinate representation of color #EE42B3: hue angle of 320.58º 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 #EE42B3 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 179 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.07 |
| HSL | 320.58º | 0.83% | 0.6% | - |
| HSV(B) | 320.58º | 0.72% | 0.93% | - |
| XYZ | 45.34 | 25.33 | 45.15 | - |
| YUV | 130.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 179 | 0 | 0.72 | 0.25 | 0.07 | 320.58 | 0.83 | 0.6 |
| Hex | EE | 42 | B3 | 0 | 48 | 19 | 7 | 141 | 53 | 3C |
| Octal | 356 | 102 | 263 | 0 | 110 | 31 | 7 | 501 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10110011 | 0 | 1001000 | 11001 | 111 | 101000001 | 1010011 | 111100 |
Color Harmonies of #EE42B3
Complementary color
Monochromatic Colors of #EE42B3
Black with #EE42B3
Text Example
Text Example
White with #EE42B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42B3; }
p { color: rgb(238,66,179); }
H1.HeaderClassName
{
color: #EE42B3;
}
.AnyTagClassName
{
color: #EE42B3;
}
</style>
background-color css
<style>
a { background-color: #EE42B3; }
a { background-color: rgb(238,66,179); }
div.DivClassName
{
background-color: #EE42B3;
}
.BgClassName
{
background-color: #EE42B3;
}
</style>
border-color css
<style>
span { border-color: #EE42B3; }
span { border-color: rgb(238,66,179); }
td.TdClassName
{
border-color: #EE42B3;
}
.TagClassName
{
border-color: #EE42B3;
}
</style>