#e24ec5

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

Shades of Free Speech Magenta #E24EC5

Tints of Free Speech Magenta #E24EC5

Color information

#E24EC5 (or 0xE24EC5) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4E and C5. RGB value is (226,78,197). Sum of RGB (Red+Green+Blue) = 226+78+197=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EC5 is #1DB13A. Grayscale: #878787. Windows color (decimal): -1945915 or 12930786. OLE color: 12930786.

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

Color convert

RGB22678197-
CMYK00.650.130.11
HSL311.76º71.84%59.61%-
HSV(B)311.76º65.49%88.63%-
XYZ44.1725.6555.45-
YUV135.82162.53192.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 78 (30.86% from 255) = 15.57%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=45.11%
G=15.57%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267819700.650.130.11311.7671.8459.61
HexE24EC5041DB138483c
Octal3421163050101151347011074
Binary1110001010011101100010101000001110110111001110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24ec5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24ec5; }

 p { color: rgb(226,78,197); }

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

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

 a { background-color: rgb(226,78,197); }

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

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

 span { border-color: rgb(226,78,197); }

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