Html Css Color HEX #E665CC Free Speech Magenta
📋 copy color: '#E665CC'red 230 ◦ green 101 ◦ blue 204
Shades of Free Speech Magenta #E665CC
Tints of Free Speech Magenta #E665CC
RGB
CMYK
RGB Variations
Color information
#E665CC (or 0xE665CC) is known color: Free Speech Magenta. HEX triplet: E6, 65 and CC. RGB value is (230,101,204). Sum of RGB (Red+Green+Blue) = 230+101+204=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E665CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665CC is #199A33. Grayscale: #979797. Windows color (decimal): -1677876 or 13395430. OLE color: 13395430.
HSL color Cylindrical-coordinate representation of color #E665CC: hue angle of 312.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665CC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 204 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.10 |
| HSL | 312.09º | 0.72% | 0.65% | - |
| HSV(B) | 312.09º | 0.56% | 0.9% | - |
| XYZ | 48.19 | 30.49 | 60.47 | - |
| YUV | 151.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 204 | 0 | 0.56 | 0.11 | 0.10 | 312.09 | 0.72 | 0.65 |
| Hex | E6 | 65 | CC | 0 | 38 | B | A | 138 | 48 | 41 |
| Octal | 346 | 145 | 314 | 0 | 70 | 13 | 12 | 470 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11001100 | 0 | 111000 | 1011 | 1010 | 100111000 | 1001000 | 1000001 |
Color Harmonies of #E665CC
Complementary color
Monochromatic Colors of #E665CC
Black with #E665CC
Text Example
Text Example
White with #E665CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665CC; }
p { color: rgb(230,101,204); }
H1.HeaderClassName
{
color: #E665CC;
}
.AnyTagClassName
{
color: #E665CC;
}
</style>
background-color css
<style>
a { background-color: #E665CC; }
a { background-color: rgb(230,101,204); }
div.DivClassName
{
background-color: #E665CC;
}
.BgClassName
{
background-color: #E665CC;
}
</style>
border-color css
<style>
span { border-color: #E665CC; }
span { border-color: rgb(230,101,204); }
td.TdClassName
{
border-color: #E665CC;
}
.TagClassName
{
border-color: #E665CC;
}
</style>