Html Css Color HEX #E767C7 Free Speech Magenta
📋 copy color: '#E767C7'red 231 ◦ green 103 ◦ blue 199
Shades of Free Speech Magenta #E767C7
Tints of Free Speech Magenta #E767C7
RGB
CMYK
RGB Variations
Color information
#E767C7 (or 0xE767C7) is known color: Free Speech Magenta. HEX triplet: E7, 67 and C7. RGB value is (231,103,199). Sum of RGB (Red+Green+Blue) = 231+103+199=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E767C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767C7 is #189838. Grayscale: #979797. Windows color (decimal): -1611833 or 13068263. OLE color: 13068263.
HSL color Cylindrical-coordinate representation of color #E767C7: hue angle of 315º 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 #E767C7 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 199 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315º | 0.73% | 0.65% | - |
| HSV(B) | 315º | 0.55% | 0.91% | - |
| XYZ | 48.11 | 30.81 | 57.44 | - |
| YUV | 152.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 199 | 0 | 0.55 | 0.14 | 0.09 | 315 | 0.73 | 0.65 |
| Hex | E7 | 67 | C7 | 0 | 37 | E | 9 | 13B | 49 | 41 |
| Octal | 347 | 147 | 307 | 0 | 67 | 16 | 11 | 473 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11000111 | 0 | 110111 | 1110 | 1001 | 100111011 | 1001001 | 1000001 |
Color Harmonies of #E767C7
Complementary color
Monochromatic Colors of #E767C7
Black with #E767C7
Text Example
Text Example
White with #E767C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767C7; }
p { color: rgb(231,103,199); }
H1.HeaderClassName
{
color: #E767C7;
}
.AnyTagClassName
{
color: #E767C7;
}
</style>
background-color css
<style>
a { background-color: #E767C7; }
a { background-color: rgb(231,103,199); }
div.DivClassName
{
background-color: #E767C7;
}
.BgClassName
{
background-color: #E767C7;
}
</style>
border-color css
<style>
span { border-color: #E767C7; }
span { border-color: rgb(231,103,199); }
td.TdClassName
{
border-color: #E767C7;
}
.TagClassName
{
border-color: #E767C7;
}
</style>