#E14BF5

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

Shades of Free Speech Magenta #E14BF5

Tints of Free Speech Magenta #E14BF5

Color information

#E14BF5 (or 0xE14BF5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4B and F5. RGB value is (225,75,245). Sum of RGB (Red+Green+Blue) = 225+75+245=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 75 (29.69% from 255 or 13.76% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #E14BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14BF5 is #1EB40A. Grayscale: #8A8A8A. Windows color (decimal): -2012171 or 16075745. OLE color: 16075745.

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

Color convert

RGB22575245-
CMYK0.080.6900.04
HSL292.94º89.47%62.75%-
HSV(B)292.94º69.39%96.08%-
XYZ50.0527.6389.08-
YUV139.23187.7189.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 75 (29.69% from 255) = 13.76%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=41.28%
G=13.76%
B=44.95%

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
Decimal225752450.080.6900.04292.9489.4762.75
HexE14BF584504125593f
Octal341113365101050444513177
Binary111000011001011111101011000100010101001001001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14BF5; }

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

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

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

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

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

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

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

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