Html Css Color HEX #EE43DF Free Speech Magenta
📋 copy color: '#EE43DF'red 238 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #EE43DF
Tints of Free Speech Magenta #EE43DF
RGB
CMYK
RGB Variations
Color information
#EE43DF (or 0xEE43DF) is known color: Free Speech Magenta. HEX triplet: EE, 43 and DF. RGB value is (238,67,223). Sum of RGB (Red+Green+Blue) = 238+67+223=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 67 (26.56% from 255 or 12.69% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE43DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE43DF is #11BC20. Grayscale: #878787. Windows color (decimal): -1162273 or 14631918. OLE color: 14631918.
HSL color Cylindrical-coordinate representation of color #EE43DF: hue angle of 305.26º 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 #EE43DF is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 223 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.07 |
| HSL | 305.26º | 0.83% | 0.6% | - |
| HSV(B) | 305.26º | 0.72% | 0.93% | - |
| XYZ | 50.59 | 27.52 | 72.46 | - |
| YUV | 135.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 223 | 0 | 0.72 | 0.06 | 0.07 | 305.26 | 0.83 | 0.6 |
| Hex | EE | 43 | DF | 0 | 48 | 6 | 7 | 131 | 53 | 3C |
| Octal | 356 | 103 | 337 | 0 | 110 | 6 | 7 | 461 | 123 | 74 |
| Binary | 11101110 | 1000011 | 11011111 | 0 | 1001000 | 110 | 111 | 100110001 | 1010011 | 111100 |
Color Harmonies of #EE43DF
Complementary color
Monochromatic Colors of #EE43DF
Black with #EE43DF
Text Example
Text Example
White with #EE43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE43DF; }
p { color: rgb(238,67,223); }
H1.HeaderClassName
{
color: #EE43DF;
}
.AnyTagClassName
{
color: #EE43DF;
}
</style>
background-color css
<style>
a { background-color: #EE43DF; }
a { background-color: rgb(238,67,223); }
div.DivClassName
{
background-color: #EE43DF;
}
.BgClassName
{
background-color: #EE43DF;
}
</style>
border-color css
<style>
span { border-color: #EE43DF; }
span { border-color: rgb(238,67,223); }
td.TdClassName
{
border-color: #EE43DF;
}
.TagClassName
{
border-color: #EE43DF;
}
</style>