Html Css Color HEX #EE4ADB Free Speech Magenta
📋 copy color: '#EE4ADB'red 238 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #EE4ADB
Tints of Free Speech Magenta #EE4ADB
RGB
CMYK
RGB Variations
Color information
#EE4ADB (or 0xEE4ADB) is known color: Free Speech Magenta. HEX triplet: EE, 4A and DB. RGB value is (238,74,219). Sum of RGB (Red+Green+Blue) = 238+74+219=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4ADB is #11B524. Grayscale: #8B8B8B. Windows color (decimal): -1160485 or 14371566. OLE color: 14371566.
HSL color Cylindrical-coordinate representation of color #EE4ADB: hue angle of 306.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4ADB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 306.95º | 0.83% | 0.61% | - |
| HSV(B) | 306.95º | 0.69% | 0.93% | - |
| XYZ | 50.49 | 28.19 | 69.8 | - |
| YUV | 139.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 219 | 0 | 0.69 | 0.08 | 0.07 | 306.95 | 0.83 | 0.61 |
| Hex | EE | 4A | DB | 0 | 45 | 8 | 7 | 133 | 53 | 3D |
| Octal | 356 | 112 | 333 | 0 | 105 | 10 | 7 | 463 | 123 | 75 |
| Binary | 11101110 | 1001010 | 11011011 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010011 | 111101 |
Color Harmonies of #EE4ADB
Complementary color
Monochromatic Colors of #EE4ADB
Black with #EE4ADB
Text Example
Text Example
White with #EE4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4ADB; }
p { color: rgb(238,74,219); }
H1.HeaderClassName
{
color: #EE4ADB;
}
.AnyTagClassName
{
color: #EE4ADB;
}
</style>
background-color css
<style>
a { background-color: #EE4ADB; }
a { background-color: rgb(238,74,219); }
div.DivClassName
{
background-color: #EE4ADB;
}
.BgClassName
{
background-color: #EE4ADB;
}
</style>
border-color css
<style>
span { border-color: #EE4ADB; }
span { border-color: rgb(238,74,219); }
td.TdClassName
{
border-color: #EE4ADB;
}
.TagClassName
{
border-color: #EE4ADB;
}
</style>