Html Css Color HEX #E34CCB Free Speech Magenta
📋 copy color: '#E34CCB'red 227 ◦ green 76 ◦ blue 203
Shades of Free Speech Magenta #E34CCB
Tints of Free Speech Magenta #E34CCB
RGB
CMYK
RGB Variations
Color information
#E34CCB (or 0xE34CCB) is known color: Free Speech Magenta. HEX triplet: E3, 4C and CB. RGB value is (227,76,203). Sum of RGB (Red+Green+Blue) = 227+76+203=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CCB is #1CB334. Grayscale: #878787. Windows color (decimal): -1880885 or 13323491. OLE color: 13323491.
HSL color Cylindrical-coordinate representation of color #E34CCB: hue angle of 309.54º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CCB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 203 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.11 |
| HSL | 309.54º | 0.73% | 0.59% | - |
| HSV(B) | 309.54º | 0.67% | 0.89% | - |
| XYZ | 45.04 | 25.81 | 59.11 | - |
| YUV | 135.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 203 | 0 | 0.67 | 0.11 | 0.11 | 309.54 | 0.73 | 0.59 |
| Hex | E3 | 4C | CB | 0 | 43 | B | B | 136 | 49 | 3B |
| Octal | 343 | 114 | 313 | 0 | 103 | 13 | 13 | 466 | 111 | 73 |
| Binary | 11100011 | 1001100 | 11001011 | 0 | 1000011 | 1011 | 1011 | 100110110 | 1001001 | 111011 |
Color Harmonies of #E34CCB
Complementary color
Monochromatic Colors of #E34CCB
Black with #E34CCB
Text Example
Text Example
White with #E34CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CCB; }
p { color: rgb(227,76,203); }
H1.HeaderClassName
{
color: #E34CCB;
}
.AnyTagClassName
{
color: #E34CCB;
}
</style>
background-color css
<style>
a { background-color: #E34CCB; }
a { background-color: rgb(227,76,203); }
div.DivClassName
{
background-color: #E34CCB;
}
.BgClassName
{
background-color: #E34CCB;
}
</style>
border-color css
<style>
span { border-color: #E34CCB; }
span { border-color: rgb(227,76,203); }
td.TdClassName
{
border-color: #E34CCB;
}
.TagClassName
{
border-color: #E34CCB;
}
</style>