Html Css Color HEX #E14AF1 Free Speech Magenta

📋 copy color: '#E14AF1'

red 225 ◦ green 74 ◦ blue 241

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

Shades of Free Speech Magenta #E14AF1

Tints of Free Speech Magenta #E14AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.7%

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 41.67%
G = 13.7%
B = 44.63%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E14AF1 (or 0xE14AF1) is known color: Free Speech Magenta. HEX triplet: E1, 4A and F1. RGB value is (225,74,241). Sum of RGB (Red+Green+Blue) = 225+74+241=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #E14AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14AF1 is #1EB50E. Grayscale: #898989. Windows color (decimal): -2012431 or 15813345. OLE color: 15813345.

HSL color Cylindrical-coordinate representation of color #E14AF1: hue angle of 294.25º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14AF1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 74 241 -
CMYK 0.07 0.69 0 0.05
HSL 294.25º 0.86% 0.62% -
HSV(B) 294.25º 0.69% 0.95% -
XYZ 49.38 27.26 85.88 -
YUV 138.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 225 74 241 0.07 0.69 0 0.05 294.25 0.86 0.62
Hex E1 4A F1 7 45 0 5 126 56 3E
Octal 341 112 361 7 105 0 5 446 126 76
Binary 11100001 1001010 11110001 111 1000101 0 101 100100110 1010110 111110

Color Harmonies of #E14AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AF1

Black with #E14AF1

Text Example


Text Example

White with #E14AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AF1; }

 p { color: rgb(225,74,241); }

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

background-color css

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

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

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

border-color css

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

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

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