Html Css Color HEX #E254CB Free Speech Magenta
📋 copy color: '#E254CB'red 226 ◦ green 84 ◦ blue 203
Shades of Free Speech Magenta #E254CB
Tints of Free Speech Magenta #E254CB
RGB
CMYK
RGB Variations
Color information
#E254CB (or 0xE254CB) is known color: Free Speech Magenta. HEX triplet: E2, 54 and CB. RGB value is (226,84,203). Sum of RGB (Red+Green+Blue) = 226+84+203=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E254CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254CB is #1DAB34. Grayscale: #8B8B8B. Windows color (decimal): -1944373 or 13325538. OLE color: 13325538.
HSL color Cylindrical-coordinate representation of color #E254CB: hue angle of 309.72º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254CB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 203 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.11 |
| HSL | 309.72º | 0.71% | 0.61% | - |
| HSV(B) | 309.72º | 0.63% | 0.89% | - |
| XYZ | 45.31 | 26.82 | 59.29 | - |
| YUV | 140.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 203 | 0 | 0.63 | 0.10 | 0.11 | 309.72 | 0.71 | 0.61 |
| Hex | E2 | 54 | CB | 0 | 3F | A | B | 136 | 47 | 3D |
| Octal | 342 | 124 | 313 | 0 | 77 | 12 | 13 | 466 | 107 | 75 |
| Binary | 11100010 | 1010100 | 11001011 | 0 | 111111 | 1010 | 1011 | 100110110 | 1000111 | 111101 |
Color Harmonies of #E254CB
Complementary color
Monochromatic Colors of #E254CB
Black with #E254CB
Text Example
Text Example
White with #E254CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254CB; }
p { color: rgb(226,84,203); }
H1.HeaderClassName
{
color: #E254CB;
}
.AnyTagClassName
{
color: #E254CB;
}
</style>
background-color css
<style>
a { background-color: #E254CB; }
a { background-color: rgb(226,84,203); }
div.DivClassName
{
background-color: #E254CB;
}
.BgClassName
{
background-color: #E254CB;
}
</style>
border-color css
<style>
span { border-color: #E254CB; }
span { border-color: rgb(226,84,203); }
td.TdClassName
{
border-color: #E254CB;
}
.TagClassName
{
border-color: #E254CB;
}
</style>