#E24FCA

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

Shades of Free Speech Magenta #E24FCA

Tints of Free Speech Magenta #E24FCA

Color information

#E24FCA (or 0xE24FCA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4F and CA. RGB value is (226,79,202). Sum of RGB (Red+Green+Blue) = 226+79+202=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FCA is #1DB035. Grayscale: #888888. Windows color (decimal): -1945654 or 13258722. OLE color: 13258722.

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

Color convert

RGB22679202-
CMYK00.650.110.11
HSL309.8º71.71%59.8%-
HSV(B)309.8º65.04%88.63%-
XYZ44.8226.0258.54-
YUV136.98164.7191.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 79 (31.25% from 255) = 15.58%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=44.58%
G=15.58%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267920200.650.110.11309.871.7159.8
HexE24FCA041BB136483c
Octal3421173120101131346611074
Binary1110001010011111100101001000001101110111001101101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24FCA; }

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

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

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

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

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

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

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

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