Html Css Color HEX #E250CC Free Speech Magenta
📋 copy color: '#E250CC'red 226 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #E250CC
Tints of Free Speech Magenta #E250CC
RGB
CMYK
RGB Variations
Color information
#E250CC (or 0xE250CC) is known color: Free Speech Magenta. HEX triplet: E2, 50 and CC. RGB value is (226,80,204). Sum of RGB (Red+Green+Blue) = 226+80+204=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E250CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250CC is #1DAF33. Grayscale: #898989. Windows color (decimal): -1945396 or 13390050. OLE color: 13390050.
HSL color Cylindrical-coordinate representation of color #E250CC: hue angle of 309.04º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250CC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 204 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.11 |
| HSL | 309.04º | 0.72% | 0.6% | - |
| HSV(B) | 309.04º | 0.65% | 0.89% | - |
| XYZ | 45.13 | 26.27 | 59.82 | - |
| YUV | 137.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 204 | 0 | 0.65 | 0.10 | 0.11 | 309.04 | 0.72 | 0.6 |
| Hex | E2 | 50 | CC | 0 | 41 | A | B | 135 | 48 | 3C |
| Octal | 342 | 120 | 314 | 0 | 101 | 12 | 13 | 465 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11001100 | 0 | 1000001 | 1010 | 1011 | 100110101 | 1001000 | 111100 |
Color Harmonies of #E250CC
Complementary color
Monochromatic Colors of #E250CC
Black with #E250CC
Text Example
Text Example
White with #E250CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250CC; }
p { color: rgb(226,80,204); }
H1.HeaderClassName
{
color: #E250CC;
}
.AnyTagClassName
{
color: #E250CC;
}
</style>
background-color css
<style>
a { background-color: #E250CC; }
a { background-color: rgb(226,80,204); }
div.DivClassName
{
background-color: #E250CC;
}
.BgClassName
{
background-color: #E250CC;
}
</style>
border-color css
<style>
span { border-color: #E250CC; }
span { border-color: rgb(226,80,204); }
td.TdClassName
{
border-color: #E250CC;
}
.TagClassName
{
border-color: #E250CC;
}
</style>