Html Css Color HEX #E767CA Free Speech Magenta
📋 copy color: '#E767CA'red 231 ◦ green 103 ◦ blue 202
Shades of Free Speech Magenta #E767CA
Tints of Free Speech Magenta #E767CA
RGB
CMYK
RGB Variations
Color information
#E767CA (or 0xE767CA) is known color: Free Speech Magenta. HEX triplet: E7, 67 and CA. RGB value is (231,103,202). Sum of RGB (Red+Green+Blue) = 231+103+202=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E767CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767CA is #189835. Grayscale: #989898. Windows color (decimal): -1611830 or 13264871. OLE color: 13264871.
HSL color Cylindrical-coordinate representation of color #E767CA: hue angle of 313.59º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767CA is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 202 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.09 |
| HSL | 313.59º | 0.73% | 0.65% | - |
| HSV(B) | 313.59º | 0.55% | 0.91% | - |
| XYZ | 48.47 | 30.95 | 59.3 | - |
| YUV | 152.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 202 | 0 | 0.55 | 0.13 | 0.09 | 313.59 | 0.73 | 0.65 |
| Hex | E7 | 67 | CA | 0 | 37 | D | 9 | 13A | 49 | 41 |
| Octal | 347 | 147 | 312 | 0 | 67 | 15 | 11 | 472 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11001010 | 0 | 110111 | 1101 | 1001 | 100111010 | 1001001 | 1000001 |
Color Harmonies of #E767CA
Complementary color
Monochromatic Colors of #E767CA
Black with #E767CA
Text Example
Text Example
White with #E767CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767CA; }
p { color: rgb(231,103,202); }
H1.HeaderClassName
{
color: #E767CA;
}
.AnyTagClassName
{
color: #E767CA;
}
</style>
background-color css
<style>
a { background-color: #E767CA; }
a { background-color: rgb(231,103,202); }
div.DivClassName
{
background-color: #E767CA;
}
.BgClassName
{
background-color: #E767CA;
}
</style>
border-color css
<style>
span { border-color: #E767CA; }
span { border-color: rgb(231,103,202); }
td.TdClassName
{
border-color: #E767CA;
}
.TagClassName
{
border-color: #E767CA;
}
</style>