Html Css Color HEX #EE5CE4 Free Speech Magenta
📋 copy color: '#EE5CE4'red 238 ◦ green 92 ◦ blue 228
Shades of Free Speech Magenta #EE5CE4
Tints of Free Speech Magenta #EE5CE4
RGB
CMYK
RGB Variations
Color information
#EE5CE4 (or 0xEE5CE4) is known color: Free Speech Magenta. HEX triplet: EE, 5C and E4. RGB value is (238,92,228). Sum of RGB (Red+Green+Blue) = 238+92+228=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5CE4 is #11A31B. Grayscale: #969696. Windows color (decimal): -1155868 or 14965998. OLE color: 14965998.
HSL color Cylindrical-coordinate representation of color #EE5CE4: hue angle of 304.11º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5CE4 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 228 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.07 |
| HSL | 304.11º | 0.81% | 0.65% | - |
| HSV(B) | 304.11º | 0.61% | 0.93% | - |
| XYZ | 53.09 | 31.43 | 76.67 | - |
| YUV | 151.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 228 | 0 | 0.61 | 0.04 | 0.07 | 304.11 | 0.81 | 0.65 |
| Hex | EE | 5C | E4 | 0 | 3D | 4 | 7 | 130 | 51 | 41 |
| Octal | 356 | 134 | 344 | 0 | 75 | 4 | 7 | 460 | 121 | 101 |
| Binary | 11101110 | 1011100 | 11100100 | 0 | 111101 | 100 | 111 | 100110000 | 1010001 | 1000001 |
Color Harmonies of #EE5CE4
Complementary color
Monochromatic Colors of #EE5CE4
Black with #EE5CE4
Text Example
Text Example
White with #EE5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5CE4; }
p { color: rgb(238,92,228); }
H1.HeaderClassName
{
color: #EE5CE4;
}
.AnyTagClassName
{
color: #EE5CE4;
}
</style>
background-color css
<style>
a { background-color: #EE5CE4; }
a { background-color: rgb(238,92,228); }
div.DivClassName
{
background-color: #EE5CE4;
}
.BgClassName
{
background-color: #EE5CE4;
}
</style>
border-color css
<style>
span { border-color: #EE5CE4; }
span { border-color: rgb(238,92,228); }
td.TdClassName
{
border-color: #EE5CE4;
}
.TagClassName
{
border-color: #EE5CE4;
}
</style>