Html Css Color HEX #E65CCE Free Speech Magenta
📋 copy color: '#E65CCE'red 230 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #E65CCE
Tints of Free Speech Magenta #E65CCE
RGB
CMYK
RGB Variations
Color information
#E65CCE (or 0xE65CCE) is known color: Free Speech Magenta. HEX triplet: E6, 5C and CE. RGB value is (230,92,206). Sum of RGB (Red+Green+Blue) = 230+92+206=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CCE is #19A331. Grayscale: #919191. Windows color (decimal): -1680178 or 13524198. OLE color: 13524198.
HSL color Cylindrical-coordinate representation of color #E65CCE: hue angle of 310.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CCE is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 206 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.10 |
| HSL | 310.43º | 0.73% | 0.63% | - |
| HSV(B) | 310.43º | 0.6% | 0.9% | - |
| XYZ | 47.6 | 28.93 | 61.47 | - |
| YUV | 146.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 206 | 0 | 0.60 | 0.10 | 0.10 | 310.43 | 0.73 | 0.63 |
| Hex | E6 | 5C | CE | 0 | 3C | A | A | 136 | 49 | 3F |
| Octal | 346 | 134 | 316 | 0 | 74 | 12 | 12 | 466 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11001110 | 0 | 111100 | 1010 | 1010 | 100110110 | 1001001 | 111111 |
Color Harmonies of #E65CCE
Complementary color
Monochromatic Colors of #E65CCE
Black with #E65CCE
Text Example
Text Example
White with #E65CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CCE; }
p { color: rgb(230,92,206); }
H1.HeaderClassName
{
color: #E65CCE;
}
.AnyTagClassName
{
color: #E65CCE;
}
</style>
background-color css
<style>
a { background-color: #E65CCE; }
a { background-color: rgb(230,92,206); }
div.DivClassName
{
background-color: #E65CCE;
}
.BgClassName
{
background-color: #E65CCE;
}
</style>
border-color css
<style>
span { border-color: #E65CCE; }
span { border-color: rgb(230,92,206); }
td.TdClassName
{
border-color: #E65CCE;
}
.TagClassName
{
border-color: #E65CCE;
}
</style>