#E24BF5

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

Shades of Free Speech Magenta #E24BF5

Tints of Free Speech Magenta #E24BF5

Color information

#E24BF5 (or 0xE24BF5) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4B and F5. RGB value is (226,75,245). Sum of RGB (Red+Green+Blue) = 226+75+245=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #E24BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24BF5 is #1DB40A. Grayscale: #8B8B8B. Windows color (decimal): -1946635 or 16075746. OLE color: 16075746.

HSL color Cylindrical-coordinate representation of color #E24BF5: hue angle of 293.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24BF5 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22675245-
CMYK0.080.6900.04
HSL293.29º89.47%62.75%-
HSV(B)293.29º69.39%96.08%-
XYZ50.3627.7989.1-
YUV139.53187.53189.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 75 (29.69% from 255) = 13.74%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=41.39%
G=13.74%
B=44.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226752450.080.6900.04293.2989.4762.75
HexE24BF584504125593f
Octal342113365101050444513177
Binary111000101001011111101011000100010101001001001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24BF5; }

 p { color: rgb(226,75,245); }

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

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

 a { background-color: rgb(226,75,245); }

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

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

 span { border-color: rgb(226,75,245); }

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