Html Css Color HEX #E14ECF Free Speech Magenta

📋 copy color: '#E14ECF'

red 225 ◦ green 78 ◦ blue 207

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

Shades of Free Speech Magenta #E14ECF

Tints of Free Speech Magenta #E14ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.29%

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 44.12%
G = 15.29%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E14ECF (or 0xE14ECF) is known color: Free Speech Magenta. HEX triplet: E1, 4E and CF. RGB value is (225,78,207). Sum of RGB (Red+Green+Blue) = 225+78+207=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14ECF is #1EB130. Grayscale: #888888. Windows color (decimal): -2011441 or 13586145. OLE color: 13586145.

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

Color convert

RGB 225 78 207 -
CMYK 0 0.65 0.08 0.12
HSL 307.35º 0.71% 0.59% -
HSV(B) 307.35º 0.65% 0.88% -
XYZ 45.04 25.96 61.67 -
YUV 136.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 225 78 207 0 0.65 0.08 0.12 307.35 0.71 0.59
Hex E1 4E CF 0 41 8 C 133 47 3B
Octal 341 116 317 0 101 10 14 463 107 73
Binary 11100001 1001110 11001111 0 1000001 1000 1100 100110011 1000111 111011

Color Harmonies of #E14ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14ECF

Black with #E14ECF

Text Example


Text Example

White with #E14ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14ECF; }

 p { color: rgb(225,78,207); }

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

background-color css

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

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

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

border-color css

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

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

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