#E24DBC

Color #E24DBC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E24DBC

Tints of Free Speech Magenta #E24DBC

Color information

#E24DBC (or 0xE24DBC) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4D and BC. RGB value is (226,77,188). Sum of RGB (Red+Green+Blue) = 226+77+188=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DBC is #1DB243. Grayscale: #858585. Windows color (decimal): -1946180 or 12340706. OLE color: 12340706.

HSL color Cylindrical-coordinate representation of color #E24DBC: hue angle of 315.3º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DBC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22677188-
CMYK00.660.170.11
HSL315.3º71.98%59.41%-
HSV(B)315.3º65.93%88.63%-
XYZ43.125.1150.15-
YUV134.2158.36193.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=46.03%
G=15.68%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267718800.660.170.11315.371.9859.41
HexE24DBC04211B13b483b
Octal3421152740102211347311073
Binary11100010100110110111100010000101000110111001110111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24DBC; }

 p { color: rgb(226,77,188); }

 H1.HeaderClassName
 {
   color: #E24DBC;
 }
 .AnyTagClassName
 {
   color: #E24DBC;
 }
</style>
background-color css

<style>
 a { background-color: #E24DBC; }

 a { background-color: rgb(226,77,188); }

 div.DivClassName
 {
   background-color: #E24DBC;
 }
 .BgClassName
 {
   background-color: #E24DBC;
 }
</style>
border-color css

<style>
 span { border-color: #E24DBC; }

 span { border-color: rgb(226,77,188); }

 td.TdClassName
 {
   border-color: #E24DBC;
 }
 .TagClassName
 {
   border-color: #E24DBC;
 }
</style>