Html Css Color HEX #E14FE1 Free Speech Magenta

📋 copy color: '#E14FE1'

red 225 ◦ green 79 ◦ blue 225

#E14FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E14FE1

Tints of Free Speech Magenta #E14FE1

RGB

 RED value IS 225 (88.28% from 255) = 42.53%

 GREEN value IS 79 (31.25% from 255) = 14.93%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 42.53%
G = 14.93%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E14FE1 (or 0xE14FE1) is known color: Free Speech Magenta. HEX triplet: E1, 4F and E1. RGB value is (225,79,225). Sum of RGB (Red+Green+Blue) = 225+79+225=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E14FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FE1 is #1EB01E. Grayscale: #8A8A8A. Windows color (decimal): -2011167 or 14766049. OLE color: 14766049.

HSL color Cylindrical-coordinate representation of color #E14FE1: hue angle of 300º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FE1 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 225 -
CMYK 0 0.65 0 0.12
HSL 300º 0.71% 0.6% -
HSV(B) 300º 0.65% 0.88% -
XYZ 47.44 27.04 73.95 -
YUV 139.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 225 79 225 0 0.65 0 0.12 300 0.71 0.6
Hex E1 4F E1 0 41 0 C 12C 47 3C
Octal 341 117 341 0 101 0 14 454 107 74
Binary 11100001 1001111 11100001 0 1000001 0 1100 100101100 1000111 111100

Color Harmonies of #E14FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FE1

Black with #E14FE1

Text Example


Text Example

White with #E14FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FE1; }

 p { color: rgb(225,79,225); }

 H1.HeaderClassName
 {
   color: #E14FE1;
 }
 .AnyTagClassName
 {
   color: #E14FE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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