Html Css Color HEX #E14DE3 Free Speech Magenta

📋 copy color: '#E14DE3'

red 225 ◦ green 77 ◦ blue 227

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

Shades of Free Speech Magenta #E14DE3

Tints of Free Speech Magenta #E14DE3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.56%

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 42.53%
G = 14.56%
B = 42.91%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E14DE3 (or 0xE14DE3) is known color: Free Speech Magenta. HEX triplet: E1, 4D and E3. RGB value is (225,77,227). Sum of RGB (Red+Green+Blue) = 225+77+227=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #E14DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DE3 is #1EB21C. Grayscale: #898989. Windows color (decimal): -2011677 or 14896609. OLE color: 14896609.

HSL color Cylindrical-coordinate representation of color #E14DE3: hue angle of 299.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DE3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 77 227 -
CMYK 0.01 0.66 0 0.11
HSL 299.2º 0.73% 0.6% -
HSV(B) 299.2º 0.66% 0.89% -
XYZ 47.57 26.86 75.35 -
YUV 138.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 225 77 227 0.01 0.66 0 0.11 299.2 0.73 0.6
Hex E1 4D E3 1 42 0 B 12B 49 3C
Octal 341 115 343 1 102 0 13 453 111 74
Binary 11100001 1001101 11100011 1 1000010 0 1011 100101011 1001001 111100

Color Harmonies of #E14DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DE3

Black with #E14DE3

Text Example


Text Example

White with #E14DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DE3; }

 p { color: rgb(225,77,227); }

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

background-color css

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

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

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

border-color css

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

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

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