Html Css Color HEX #E967CA Free Speech Magenta
📋 copy color: '#E967CA'red 233 ◦ green 103 ◦ blue 202
Shades of Free Speech Magenta #E967CA
Tints of Free Speech Magenta #E967CA
RGB
CMYK
RGB Variations
Color information
#E967CA (or 0xE967CA) is known color: Free Speech Magenta. HEX triplet: E9, 67 and CA. RGB value is (233,103,202). Sum of RGB (Red+Green+Blue) = 233+103+202=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E967CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967CA is #169835. Grayscale: #989898. Windows color (decimal): -1480758 or 13264873. OLE color: 13264873.
HSL color Cylindrical-coordinate representation of color #E967CA: hue angle of 314.31º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E967CA is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 202 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.09 |
| HSL | 314.31º | 0.75% | 0.66% | - |
| HSV(B) | 314.31º | 0.56% | 0.91% | - |
| XYZ | 49.12 | 31.29 | 59.33 | - |
| YUV | 153.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 202 | 0 | 0.56 | 0.13 | 0.09 | 314.31 | 0.75 | 0.66 |
| Hex | E9 | 67 | CA | 0 | 38 | D | 9 | 13A | 4B | 42 |
| Octal | 351 | 147 | 312 | 0 | 70 | 15 | 11 | 472 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11001010 | 0 | 111000 | 1101 | 1001 | 100111010 | 1001011 | 1000010 |
Color Harmonies of #E967CA
Complementary color
Monochromatic Colors of #E967CA
Black with #E967CA
Text Example
Text Example
White with #E967CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967CA; }
p { color: rgb(233,103,202); }
H1.HeaderClassName
{
color: #E967CA;
}
.AnyTagClassName
{
color: #E967CA;
}
</style>
background-color css
<style>
a { background-color: #E967CA; }
a { background-color: rgb(233,103,202); }
div.DivClassName
{
background-color: #E967CA;
}
.BgClassName
{
background-color: #E967CA;
}
</style>
border-color css
<style>
span { border-color: #E967CA; }
span { border-color: rgb(233,103,202); }
td.TdClassName
{
border-color: #E967CA;
}
.TagClassName
{
border-color: #E967CA;
}
</style>