Html Css Color HEX #E14DC4 Free Speech Magenta

📋 copy color: '#E14DC4'

red 225 ◦ green 77 ◦ blue 196

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

Shades of Free Speech Magenta #E14DC4

Tints of Free Speech Magenta #E14DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 45.18%
G = 15.46%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E14DC4 (or 0xE14DC4) is known color: Free Speech Magenta. HEX triplet: E1, 4D and C4. RGB value is (225,77,196). Sum of RGB (Red+Green+Blue) = 225+77+196=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DC4 is #1EB23B. Grayscale: #868686. Windows color (decimal): -2011708 or 12864993. OLE color: 12864993.

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

Color convert

RGB 225 77 196 -
CMYK 0 0.66 0.13 0.12
HSL 311.76º 0.71% 0.59% -
HSV(B) 311.76º 0.66% 0.88% -
XYZ 43.67 25.3 54.81 -
YUV 134.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 225 77 196 0 0.66 0.13 0.12 311.76 0.71 0.59
Hex E1 4D C4 0 42 D C 138 47 3B
Octal 341 115 304 0 102 15 14 470 107 73
Binary 11100001 1001101 11000100 0 1000010 1101 1100 100111000 1000111 111011

Color Harmonies of #E14DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DC4

Black with #E14DC4

Text Example


Text Example

White with #E14DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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