Html Css Color HEX #E25DBB Free Speech Magenta
📋 copy color: '#E25DBB'red 226 ◦ green 93 ◦ blue 187
Shades of Free Speech Magenta #E25DBB
Tints of Free Speech Magenta #E25DBB
RGB
CMYK
RGB Variations
Color information
#E25DBB (or 0xE25DBB) is known color: Free Speech Magenta. HEX triplet: E2, 5D and BB. RGB value is (226,93,187). Sum of RGB (Red+Green+Blue) = 226+93+187=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DBB is #1DA244. Grayscale: #8F8F8F. Windows color (decimal): -1942085 or 12279266. OLE color: 12279266.
HSL color Cylindrical-coordinate representation of color #E25DBB: hue angle of 317.59º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DBB is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 187 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.11 |
| HSL | 317.59º | 0.7% | 0.63% | - |
| HSV(B) | 317.59º | 0.59% | 0.89% | - |
| XYZ | 44.25 | 27.59 | 50.01 | - |
| YUV | 143.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 187 | 0 | 0.59 | 0.17 | 0.11 | 317.59 | 0.7 | 0.63 |
| Hex | E2 | 5D | BB | 0 | 3B | 11 | B | 13E | 46 | 3F |
| Octal | 342 | 135 | 273 | 0 | 73 | 21 | 13 | 476 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10111011 | 0 | 111011 | 10001 | 1011 | 100111110 | 1000110 | 111111 |
Color Harmonies of #E25DBB
Complementary color
Monochromatic Colors of #E25DBB
Black with #E25DBB
Text Example
Text Example
White with #E25DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DBB; }
p { color: rgb(226,93,187); }
H1.HeaderClassName
{
color: #E25DBB;
}
.AnyTagClassName
{
color: #E25DBB;
}
</style>
background-color css
<style>
a { background-color: #E25DBB; }
a { background-color: rgb(226,93,187); }
div.DivClassName
{
background-color: #E25DBB;
}
.BgClassName
{
background-color: #E25DBB;
}
</style>
border-color css
<style>
span { border-color: #E25DBB; }
span { border-color: rgb(226,93,187); }
td.TdClassName
{
border-color: #E25DBB;
}
.TagClassName
{
border-color: #E25DBB;
}
</style>