Html Css Color HEX #E14FD1 Free Speech Magenta

📋 copy color: '#E14FD1'

red 225 ◦ green 79 ◦ blue 209

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

Shades of Free Speech Magenta #E14FD1

Tints of Free Speech Magenta #E14FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 43.86%
G = 15.4%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E14FD1 (or 0xE14FD1) is known color: Free Speech Magenta. HEX triplet: E1, 4F and D1. RGB value is (225,79,209). Sum of RGB (Red+Green+Blue) = 225+79+209=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FD1 is #1EB02E. Grayscale: #898989. Windows color (decimal): -2011183 or 13717473. OLE color: 13717473.

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

Color convert

RGB 225 79 209 -
CMYK 0 0.65 0.07 0.12
HSL 306.58º 0.71% 0.6% -
HSV(B) 306.58º 0.65% 0.88% -
XYZ 45.36 26.2 62.99 -
YUV 137.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 225 79 209 0 0.65 0.07 0.12 306.58 0.71 0.6
Hex E1 4F D1 0 41 7 C 133 47 3C
Octal 341 117 321 0 101 7 14 463 107 74
Binary 11100001 1001111 11010001 0 1000001 111 1100 100110011 1000111 111100

Color Harmonies of #E14FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FD1

Black with #E14FD1

Text Example


Text Example

White with #E14FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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