#E24DCF

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

Shades of Free Speech Magenta #E24DCF

Tints of Free Speech Magenta #E24DCF

Color information

#E24DCF (or 0xE24DCF) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4D and CF. RGB value is (226,77,207). Sum of RGB (Red+Green+Blue) = 226+77+207=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DCF is #1DB230. Grayscale: #888888. Windows color (decimal): -1946161 or 13585890. OLE color: 13585890.

HSL color Cylindrical-coordinate representation of color #E24DCF: hue angle of 307.65º 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 #E24DCF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22677207-
CMYK00.660.080.11
HSL307.65º71.98%59.41%-
HSV(B)307.65º65.93%88.63%-
XYZ45.2825.9861.66-
YUV136.37167.86191.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 77 (30.47% from 255) = 15.10%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=44.31%
G=15.10%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267720700.660.080.11307.6571.9859.41
HexE24DCF0428B134483b
Octal3421153170102101346411073
Binary1110001010011011100111101000010100010111001101001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24DCF; }

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

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

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

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

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

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

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

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