#E24FDA

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

Shades of Free Speech Magenta #E24FDA

Tints of Free Speech Magenta #E24FDA

Color information

#E24FDA (or 0xE24FDA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4F and DA. RGB value is (226,79,218). Sum of RGB (Red+Green+Blue) = 226+79+218=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FDA is #1DB025. Grayscale: #8A8A8A. Windows color (decimal): -1945638 or 14307298. OLE color: 14307298.

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

Color convert

RGB22679218-
CMYK00.650.040.11
HSL303.27º71.71%59.8%-
HSV(B)303.27º65.04%88.63%-
XYZ46.8126.8269.04-
YUV138.8172.7190.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 79 (31.25% from 255) = 15.11%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=43.21%
G=15.11%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267921800.650.040.11303.2771.7159.8
HexE24FDA0414B12f483c
Octal342117332010141345711074
Binary111000101001111110110100100000110010111001011111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24FDA; }

 p { color: rgb(226,79,218); }

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

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

 a { background-color: rgb(226,79,218); }

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

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

 span { border-color: rgb(226,79,218); }

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